ForEachEnumeratorDescription 属性

Returns a description for the ForEachSchemaRowsetEnumerator.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
程序集:  Microsoft.SqlServer.ForEachADOEnumerator(在 Microsoft.SqlServer.ForEachADOEnumerator.dll 中)

语法

声明
Public Shared ReadOnly Property ForEachEnumeratorDescription As String
    Get
用法
Dim value As String

value = ForEachSchemaRowsetEnumerator.ForEachEnumeratorDescription
public static string ForEachEnumeratorDescription { get; }
public:
static property String^ ForEachEnumeratorDescription {
    String^ get ();
}
static member ForEachEnumeratorDescription : string
static function get ForEachEnumeratorDescription () : String

属性值

类型:System. . :: . .String
A String that contains the enumerator description.

注释

This property is useful to display in the user interface when there is a user interface associated with the task.