Compartir a través de


DBSetupDeployTask.DeploymentScriptName (Propiedad)

Obtiene o establece un nombre de script de implementación.

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

Sintaxis

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

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DBSetupDeployTask Clase

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