ManagedForEachEnumeratorWrapper.ManagedForEachEnumeratorQualifiedName 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the name of the enumerator.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Property ManagedForEachEnumeratorQualifiedName As String
Get
用法
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
属性值
类型:System.String
The name of the enumerator.
实现
IDTSManagedForEachEnumeratorWrapper100.ManagedForEachEnumeratorQualifiedName