ForEachSchemaRowsetEnumerator Members

Contains the methods and properties for implementing a Foreach loop that enumerates over a schema rowset. This class cannot be inherited.

The following tables list the members exposed by the ForEachSchemaRowsetEnumerator type.

Public Constructors

  Name Description
ForEachSchemaRowsetEnumerator Initializes a new instance of the ForEachSchemaRowsetEnumerator class.

Top

Public Properties

  Name Description
ms212428.pubproperty(en-US,SQL.90).gif CollectionEnumerator  Gets or sets Boolean that indicates if the foreach loop enumerator is enumerating collections of objects or enumerating collections of collections. (inherited from ForEachEnumerator)
ms212428.pubproperty(en-US,SQL.90).gif Connection Gets or sets a String that contains the connection information for the schema rowset enumerator.
ms212428.pubproperty(en-US,SQL.90).gifms212428.static(en-US,SQL.90).gif ForEachEnumeratorDescription Returns a description for the ForEachSchemaRowsetEnumerator.
ms212428.pubproperty(en-US,SQL.90).gifms212428.static(en-US,SQL.90).gif ForEachEnumeratorDisplayName Gets or sets a String that contains the display name for the enumerator.
ms212428.pubproperty(en-US,SQL.90).gif Restrictions Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned.
ms212428.pubproperty(en-US,SQL.90).gif SchemaRowset Gets or sets the GUID of the schema
ms212428.pubproperty(en-US,SQL.90).gif Version  Returns the version number of the package. This property is read-only. (inherited from ForEachEnumerator)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms212428.pubmethod(en-US,SQL.90).gif CanUpdate  (inherited from ForEachEnumerator )
ms212428.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212428.pubmethod(en-US,SQL.90).gif GetEnumerator Overridden. Returns an enumerator for iterating over the collection.
ms212428.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212428.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms212428.pubmethod(en-US,SQL.90).gif InitializeForEachEnumerator  (inherited from ForEachEnumerator )
ms212428.pubmethod(en-US,SQL.90).gif LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
ms212428.pubmethod(en-US,SQL.90).gifms212428.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212428.pubmethod(en-US,SQL.90).gifms212428.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212428.pubmethod(en-US,SQL.90).gifms212428.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212428.pubmethod(en-US,SQL.90).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms212428.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms212428.pubmethod(en-US,SQL.90).gif Update  (inherited from ForEachEnumerator )
ms212428.pubmethod(en-US,SQL.90).gif Validate  (inherited from ForEachEnumerator )

Top

Protected Methods

  Name Description
ms212428.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms212428.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

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