Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the build version of the project.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property VersionBuild As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The build version of the project.