Compartilhar via


Propriedade DBSetupDeployTask.DeploymentScriptName

Obtém ou define um nome de script de implantação.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DBSetupDeployTask Classe

Namespace Microsoft.Data.Schema.Tasks