SqlBatchCollection Classe

Définition

[System.Runtime.InteropServices.ComVisible(false)]
public class SqlBatchCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlBatch>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlBatchCollection = class
    inherit SqlCollection<SqlBatch>
Public Class SqlBatchCollection
Inherits SqlCollection(Of SqlBatch)
Héritage
SqlBatchCollection
Attributs

Propriétés

Nom Description
Count (Hérité de SqlCollection<T>)
IsReadOnly (Hérité de SqlCollection<T>)
Item[Int32] (Hérité de SqlCollection<T>)

Méthodes

Nom Description
Contains(T) (Hérité de SqlCollection<T>)
CopyTo(T[], Int32) (Hérité de SqlCollection<T>)
GetEnumerator() (Hérité de SqlCollection<T>)
IndexOf(T) (Hérité de SqlCollection<T>)

Implémentations d’interfaces explicites

Nom Description
IEnumerable.GetEnumerator() (Hérité de SqlCollection<T>)

S’applique à