IDTSObjectVersionUpdate100.Version Property

Definition

Gets the version of the DTS object.

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

Property Value

The version of the DTS object.

Attributes

Remarks

Note

This member will be removed in a future version of MicrosoftSQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.

Applies to