Compartir a través de


DBSetupDeployTask.DeployManifestName (Propiedad)

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

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

Sintaxis

'Declaración
<RequiredAttribute> _
Public Property DeployManifestName As String
    Get
    Set
[RequiredAttribute]
public string DeployManifestName { get; set; }
[RequiredAttribute]
public:
property String^ DeployManifestName {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member DeployManifestName : string with get, set
function get DeployManifestName () : String
function set DeployManifestName (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)