Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the version of the enumerator.
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
The version of the enumerator.
Implements
IDTSObjectVersionUpdate100.Version