IDTSPackage100.VersionMajor Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the major build version of the package.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

[DispIdAttribute(45)]
int VersionMajor {
    [DispIdAttribute(45)]
    get;
    [DispIdAttribute(45)]
    set;
}
[DispIdAttribute(45)]
property int VersionMajor {
    [DispIdAttribute(45)]
    int get();
    [DispIdAttribute(45)]
    void set(int value);
}
[<DispIdAttribute(45)>]
abstract VersionMajor : int with get, set
<DispIdAttribute(45)>
Property VersionMajor As Integer

Property Value

Type: System.Int32

The major build version of the package.

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

See Also

IDTSPackage100 Interface
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top