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 | |
---|---|---|
Connection | Gets or sets a String that contains the connection information for the schema rowset enumerator. | |
Restrictions | Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned. | |
SchemaRowset | Gets or sets the GUID of the schema. |
Top