Compartir a través de


ForEachSchemaRowsetEnumerator.ForEachEnumeratorDisplayName Propiedad

Gets or sets a String that contains the display name for the enumerator.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Ensamblado:  Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ForEachEnumeratorDisplayName As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A String that contains the display name for the enumerator.

Comentarios

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

Vea también

Referencia

ForEachSchemaRowsetEnumerator Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO