Поделиться через


Свойство ForEachSchemaRowsetEnumerator.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.

См. также

Справочник

ForEachSchemaRowsetEnumerator Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO