Interface IDTSForEachSchemaRowsetEnumerator

Contains properties used by the ForEachSchemaRowsetEnumerator.

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

Sintaxe

'Declaração
Public Interface IDTSForEachSchemaRowsetEnumerator
'Uso
Dim instance As IDTSForEachSchemaRowsetEnumerator
public interface IDTSForEachSchemaRowsetEnumerator
public interface class IDTSForEachSchemaRowsetEnumerator
type IDTSForEachSchemaRowsetEnumerator =  interface end
public interface IDTSForEachSchemaRowsetEnumerator

O tipo IDTSForEachSchemaRowsetEnumerator expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Connection Gets or sets a String that contains the connection information for the schema rowset enumerator.
Propriedade pública Restrictions Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned.
Propriedade pública SchemaRowset Gets or sets the GUID of the schema.

Início