Interface IDTSForEachSchemaRowsetEnumerator

Contains properties used by the ForEachSchemaRowsetEnumerator.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly :  Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)

Syntaxe

'Déclaration
Public Interface IDTSForEachSchemaRowsetEnumerator
'Utilisation
Dim instance As IDTSForEachSchemaRowsetEnumerator
public interface IDTSForEachSchemaRowsetEnumerator
public interface class IDTSForEachSchemaRowsetEnumerator
type IDTSForEachSchemaRowsetEnumerator =  interface end
public interface IDTSForEachSchemaRowsetEnumerator

Le type IDTSForEachSchemaRowsetEnumerator expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Connection Gets or sets a String that contains the connection information for the schema rowset enumerator.
Propriété publique Restrictions Gets or sets an array of Strings that contains the restrictions to apply to the rowset that is returned.
Propriété publique SchemaRowset Gets or sets the GUID of the schema.

Haut de la page