Freigeben über


DeploymentPlanContributorContext.DeploymentScriptPath-Eigenschaft

Ruft den Pfad zum Bereitstellungsskript ab oder legt ihn fest.

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

Syntax

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

Eigenschaftswert

Typ: System.String
Der Dateipfad für das Bereitstellungsskript.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentPlanContributorContext Klasse

Microsoft.Data.Schema.Build-Namespace