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 对象的版本。

属性

注解

注意

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

适用于