语言

IDTSObjectVersionUpdate100.Version 属性

定义

获取DTS对象的版本。

public:
 property int Version { int get(); };
[System.Runtime.InteropServices.DispId(2)]
public int Version { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Version : int
Public ReadOnly Property Version As Integer

属性值

DTS对象的版本。

属性

注解

注释

该成员将在未来的 Microsoft SQL Server 版本中被移除。 避免在新的开发工作中使用该成员,并计划修改当前使用该成员的应用程序。

适用于