Compartir a través de


DBSetupDeployTask.DeploymentExtensions (Propiedad)

Obtiene o establece una cadena de extensiones 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 DeploymentExtensions As String
    Get
    Set
public string DeploymentExtensions { get; set; }
public:
property String^ DeploymentExtensions {
    String^ get ();
    void set (String^ value);
}
member DeploymentExtensions : string with get, set
function get DeploymentExtensions () : String
function set DeploymentExtensions (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)