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 the script for this step.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Script As TSqlFragment
Get
'Usage
Dim instance As DeploymentScriptDomStep
Dim value As TSqlFragment
value = instance.Script
public TSqlFragment Script { get; }
public:
property TSqlFragment^ Script {
TSqlFragment^ get ();
}
member Script : TSqlFragment
function get Script () : TSqlFragment
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment