Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the version of this connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Version As Integer
Get
'Usage
Dim instance As ConnectionManagerBase
Dim value As Integer
value = instance.Version
public virtual int Version { get; }
public:
virtual property int Version {
int get ();
}
abstract Version : int
override Version : int
function get Version () : int
Property Value
Type: System.Int32
An Integer that indicates the version. The default value is 0.