Compartir a través de


DeploymentContributorInformation.ExtensionId Propiedad

Gets or sets the Id of the extension that implements the deployment contributor.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Property ExtensionId As String 
    Get 
    Set
'Uso
Dim instance As DeploymentContributorInformation 
Dim value As String 

value = instance.ExtensionId

instance.ExtensionId = value
public string ExtensionId { get; set; }
public:
property String^ ExtensionId {
    String^ get ();
    void set (String^ value);
}
member ExtensionId : string with get, set
function get ExtensionId () : String 
function set ExtensionId (value : String)

Valor de la propiedad

Tipo: System.String
The Id of the extension that implements the deployment contributor.

Vea también

Referencia

DeploymentContributorInformation Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment