ManagedForEachEnumeratorWrapper.Version Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Version As Integer
Get
'Usage
Dim instance As ManagedForEachEnumeratorWrapper
Dim value As Integer
value = instance.Version
public int Version { get; }
public:
virtual property int Version {
int get () sealed;
}
abstract Version : int
override Version : int
final function get Version () : int
Property Value
Type: System.Int32