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.