ConnectionManagerBase.Version Property

 

Applies To: SQL Server 2016 Preview

Returns the version of this connection manager.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public virtual int Version { get; }
public:
property int Version {
    virtual int get();
}
abstract Version : int with get
override Version : int with get
Public Overridable ReadOnly Property Version As Integer

Property Value

Type: System.Int32

An Integer that indicates the version. The default value is 0.

See Also

ConnectionManagerBase Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top