Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: System.String
The Id of the extension that implements the deployment contributor.