Share via


ForEachSchemaRowsetEnumerator.ForEachEnumeratorDescription Property

Returns a description for the ForEachSchemaRowsetEnumerator.

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

Syntax

'Declaration
Public Shared ReadOnly Property ForEachEnumeratorDescription As String
public static string ForEachEnumeratorDescription { get; }
public:
static property String^ ForEachEnumeratorDescription {
    String^ get ();
}
/** @property */
public static String get_ForEachEnumeratorDescription ()
public static function get ForEachEnumeratorDescription () : String

Property Value

A String that contains the enumerator description.

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