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 命名空间