IDTSManagedForEachEnumeratorWrapper100.ManagedForEachEnumeratorQualifiedName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the qualified name for the managed ForEach wrapper enumerator.
public:
property System::String ^ ManagedForEachEnumeratorQualifiedName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public string ManagedForEachEnumeratorQualifiedName { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.ManagedForEachEnumeratorQualifiedName : string
Public ReadOnly Property ManagedForEachEnumeratorQualifiedName As String
Property Value
The qualified name.
- Attributes