Compartilhar via


Propriedade DeploymentPlanContributorContext.DeploymentScriptPath

Obtém ou define o caminho para o script de implantação.

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

Sintaxe

'Declaração
Public Property DeploymentScriptPath As String
    Get
    Set
public string DeploymentScriptPath { get; set; }
public:
property String^ DeploymentScriptPath {
    String^ get ();
    void set (String^ value);
}
member DeploymentScriptPath : string with get, set
function get DeploymentScriptPath () : String
function set DeploymentScriptPath (value : String)

Valor de propriedade

Tipo: System.String
O caminho do arquivo para o script de implantação.

Segurança do .NET Framework

Consulte também

Referência

DeploymentPlanContributorContext Classe

Namespace Microsoft.Data.Schema.Build