Compartir a través de


DeploymentPlanContributorContext.DeploymentScriptPath (Propiedad)

Obtiene o establece la ruta de acceso al script de implementación.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
La ruta de acceso al archivo para el script de implementación.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentPlanContributorContext Clase

Microsoft.Data.Schema.Build (Espacio de nombres)