Partilhar via


Propriedade do RDL DeploymentContributorInformation.ExtensionId

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

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

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

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

Consulte também

Referência

DeploymentContributorInformation Classe

Namespace Microsoft.SqlServer.Dac.Deployment