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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.