ManagedWrapper.ManagedForEachEnumeratorQualifiedName Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the qualified name for the managed ForEach 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 ManagedWrapper
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 qualified name for the managed ForEach enumerator.
Implements
IDTSManagedWrapper100.ManagedForEachEnumeratorQualifiedName