Partilhar via


Propriedade DBSetupDeployTask.DeployManifestName

Obtém ou define um nome de manifesto de implantação.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)

Sintaxe

'Declaração
<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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DBSetupDeployTask Classe

Namespace Microsoft.Data.Schema.Tasks