PackageRemote32Class.VersionMajor 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the major build version of the package.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Overridable Property VersionMajor As Integer
Get
Set
'用途
Dim instance As PackageRemote32Class
Dim value As Integer
value = instance.VersionMajor
instance.VersionMajor = value
public virtual int VersionMajor { get; set; }
public:
virtual property int VersionMajor {
int get ();
void set (int value);
}
abstract VersionMajor : int with get, set
override VersionMajor : int with get, set
function get VersionMajor () : int
function set VersionMajor (value : int)
屬性值
型別:System.Int32
The major build version of the package.