Freigeben über


DeploymentContributorInformation.ExtensionId-Eigenschaft

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

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

Syntax

'Declaration
Public Property ExtensionId As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

DeploymentContributorInformation Klasse

Microsoft.SqlServer.Dac.Deployment-Namespace