IDTSManagedWrapper100.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 of the managed wrapper for each enumerator.
public:
property System::String ^ ManagedForEachEnumeratorQualifiedName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public string ManagedForEachEnumeratorQualifiedName { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.ManagedForEachEnumeratorQualifiedName : string
Public ReadOnly Property ManagedForEachEnumeratorQualifiedName As String
Property Value
The qualified name of the managed wrapper for each enumerator.
- Attributes