Share via


ForEachSchemaRowsetEnumerator.ForEachEnumeratorDisplayName Property

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

Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly: Microsoft.SqlServer.ForEachADOEnumerator (in microsoft.sqlserver.foreachadoenumerator.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ForEachEnumeratorDisplayName As String
[BrowsableAttribute(false)] 
public static string ForEachEnumeratorDisplayName { get; }
[BrowsableAttribute(false)] 
public:
static property String^ ForEachEnumeratorDisplayName {
    String^ get ();
}
/** @property */
public static String get_ForEachEnumeratorDisplayName ()
public static function get ForEachEnumeratorDisplayName () : String

Property Value

A String that contains the display name for the enumerator.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ForEachSchemaRowsetEnumerator Class
ForEachSchemaRowsetEnumerator Members
Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO Namespace