Propriété DeploymentContributorInformation.ExtensionId
Gets or sets the Id of the extension that implements the deployment contributor.
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Property ExtensionId As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The Id of the extension that implements the deployment contributor.