Proprietà ForEachSchemaRowsetEnumerator.ForEachEnumeratorDescription

Returns a description for the ForEachSchemaRowsetEnumerator.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property ForEachEnumeratorDescription As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
A String that contains the enumerator description.

Osservazioni

This property is useful to display in the user interface when there is a user interface associated with the task.

Vedere anche

Riferimento

ForEachSchemaRowsetEnumerator Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO