Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns a description for the ForEachSchemaRowsetEnumerator.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly : Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property ForEachEnumeratorDescription As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A String that contains the enumerator description.
Notes
This property is useful to display in the user interface when there is a user interface associated with the task.
Voir aussi
Référence
ForEachSchemaRowsetEnumerator Classe
Espace de noms Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO