SqlRowConstructorExpressionCollection Classe

Définition

[System.Runtime.InteropServices.ComVisible(false)]
public class SqlRowConstructorExpressionCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlRowConstructorExpression>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlRowConstructorExpressionCollection = class
    inherit SqlCollection<SqlRowConstructorExpression>
Public Class SqlRowConstructorExpressionCollection
Inherits SqlCollection(Of SqlRowConstructorExpression)
Héritage
SqlRowConstructorExpressionCollection
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 à