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.