Share via


ManagedForEachEnumeratorWrapper.ManagedForEachEnumeratorQualifiedName Property

This API supports the .NET Framework 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 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

Implements

IDTSManagedForEachEnumeratorWrapper100.ManagedForEachEnumeratorQualifiedName