Свойство ForEachSchemaRowsetEnumerator.ForEachEnumeratorDisplayName
Gets or sets a String that contains the display name for the enumerator.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Сборка: Microsoft.SqlServer.ForEachADOEnumerator (в Microsoft.SqlServer.ForEachADOEnumerator.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ForEachEnumeratorDisplayName As String
Get
'Применение
Dim value As String
value = ForEachSchemaRowsetEnumerator.ForEachEnumeratorDisplayName
[BrowsableAttribute(false)]
public static string ForEachEnumeratorDisplayName { get; }
[BrowsableAttribute(false)]
public:
static property String^ ForEachEnumeratorDisplayName {
String^ get ();
}
[<BrowsableAttribute(false)>]
static member ForEachEnumeratorDisplayName : string
static function get ForEachEnumeratorDisplayName () : String
Значение свойства
Тип: System.String
A String that contains the display name for the enumerator.
Замечания
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