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.
Gets or sets a String that contains the display name for the enumerator.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly : Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ForEachEnumeratorDisplayName As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A String that contains the display name for the enumerator.
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