Compartir a través de


DeploymentScriptDomStep.Script Propiedad

Gets the script for this step.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public ReadOnly Property Script As TSqlFragment 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment

Vea también

Referencia

DeploymentScriptDomStep Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment