Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.