共用方式為


DeploymentContributorInformation.ExtensionId 屬性

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

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public Property ExtensionId As String 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

DeploymentContributorInformation 類別

Microsoft.SqlServer.Dac.Deployment 命名空間