Share via


ManagedWrapper.ManagedForEachEnumeratorQualifiedName 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 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

Implements

IDTSManagedWrapper100.ManagedForEachEnumeratorQualifiedName