Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the major build version of the project.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property VersionMajor As Integer
Get
Set
'Usage
Dim instance As Project
Dim value As Integer
value = instance.VersionMajor
instance.VersionMajor = value
public int VersionMajor { get; set; }
public:
property int VersionMajor {
int get ();
void set (int value);
}
member VersionMajor : int with get, set
function get VersionMajor () : int
function set VersionMajor (value : int)
Property Value
Type: System.Int32
The major build version of the project.