Proprietà DBSetupDeployTask.DeploymentScriptName

Ottiene o imposta un nome dello script della distribuzione.

Spazio dei nomi:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Sintassi

'Dichiarazione
Public Property DeploymentScriptName As String
    Get
    Set
public string DeploymentScriptName { get; set; }
public:
property String^ DeploymentScriptName {
    String^ get ();
    void set (String^ value);
}
member DeploymentScriptName : string with get, set
function get DeploymentScriptName () : String
function set DeploymentScriptName (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DBSetupDeployTask Classe

Spazio dei nomi Microsoft.Data.Schema.Tasks