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.