DeploymentScriptDomStep.Script Property

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

See Also

Reference

DeploymentScriptDomStep Class

Microsoft.Data.Schema.Build Namespace

IScriptFragment