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).