Condividi tramite


Proprietà DeploymentPlanContributorContext.DeploymentScriptPath

Ottiene o imposta il percorso dello script di distribuzione.

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

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Percorso del file per lo script di distribuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentPlanContributorContext Classe

Spazio dei nomi Microsoft.Data.Schema.Build