Share via


IDTSForEachSchemaRowsetEnumerator Interface

Contains properties used by the ForEachSchemaRowsetEnumerator.

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

Syntax

'Declaration
Public Interface IDTSForEachSchemaRowsetEnumerator
'Usage
Dim instance As IDTSForEachSchemaRowsetEnumerator
public interface IDTSForEachSchemaRowsetEnumerator
public interface class IDTSForEachSchemaRowsetEnumerator
type IDTSForEachSchemaRowsetEnumerator =  interface end
public interface IDTSForEachSchemaRowsetEnumerator

The IDTSForEachSchemaRowsetEnumerator type exposes the following members.

Properties

  Name Description
Public property Connection Gets or sets a String that contains the connection information for the schema rowset enumerator.
Public property Restrictions Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned.
Public property SchemaRowset Gets or sets the GUID of the schema.

Top