ManagedForEachEnumeratorWrapper.ManagedForEachEnumeratorQualifiedName Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the name of the enumerator.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property ManagedForEachEnumeratorQualifiedName As String
Get
'Usage
Dim instance As ManagedForEachEnumeratorWrapper
Dim value As String
value = instance.ManagedForEachEnumeratorQualifiedName
public string ManagedForEachEnumeratorQualifiedName { get; }
public:
virtual property String^ ManagedForEachEnumeratorQualifiedName {
String^ get () sealed;
}
abstract ManagedForEachEnumeratorQualifiedName : string
override ManagedForEachEnumeratorQualifiedName : string
final function get ManagedForEachEnumeratorQualifiedName () : String
Property Value
Type: System.String
The name of the enumerator.
Implements
IDTSManagedForEachEnumeratorWrapper100.ManagedForEachEnumeratorQualifiedName