Project.VersionBuild 屬性
Gets or sets the build version of the project.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Property VersionBuild As Integer
Get
Set
'用途
Dim instance As Project
Dim value As Integer
value = instance.VersionBuild
instance.VersionBuild = value
public int VersionBuild { get; set; }
public:
property int VersionBuild {
int get ();
void set (int value);
}
member VersionBuild : int with get, set
function get VersionBuild () : int
function set VersionBuild (value : int)
屬性值
型別:System.Int32
The build version of the project.