IDTSPackageInfo100.VersionMajor Property
Definition
public:
property int VersionMajor { int get(); };
[System.Runtime.InteropServices.DispId(7)]
[get: System.Runtime.InteropServices.DispId(7)]
public int VersionMajor { get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.VersionMajor : int
Public ReadOnly Property VersionMajor As Integer
Property Value
一个包含包的主内部版本号的 整数 。An Integer that contains the major build version number for the package.
- Attributes