Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the script for this step.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Script As IScriptFragment
public IScriptFragment Script { get; set; }
public:
property IScriptFragment^ Script {
IScriptFragment^ get ();
void set (IScriptFragment^ value);
}
member Script : IScriptFragment with get, set
function get Script () : IScriptFragment
function set Script (value : IScriptFragment)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.IScriptFragment
The script for this step.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.