DeploymentContributorInformation.Version 属性

Gets or sets the version of the deployment contributor extension (optional).

命名空间:  Microsoft.SqlServer.Dac.Deployment
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public Property Version As Version 
    Get 
    Set
用法
Dim instance As DeploymentContributorInformation 
Dim value As Version 

value = instance.Version

instance.Version = value
public Version Version { get; set; }
public:
property Version^ Version {
    Version^ get ();
    void set (Version^ value);
}
member Version : Version with get, set
function get Version () : Version 
function set Version (value : Version)

属性值

类型:System.Version
The version of the deployment contributor extension (optional).

请参阅

参考

DeploymentContributorInformation 类

Microsoft.SqlServer.Dac.Deployment 命名空间