SqlVariableDeclarationCollection Classe

Definição

[System.Runtime.InteropServices.ComVisible(false)]
public class SqlVariableDeclarationCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlVariableDeclaration>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlVariableDeclarationCollection = class
    inherit SqlCollection<SqlVariableDeclaration>
Public Class SqlVariableDeclarationCollection
Inherits SqlCollection(Of SqlVariableDeclaration)
Herança
SqlVariableDeclarationCollection
Atributos

Propriedades

Nome Description
Count (Herdado de SqlCollection<T>)
IsReadOnly (Herdado de SqlCollection<T>)
Item[Int32] (Herdado de SqlCollection<T>)

Métodos

Nome Description
Contains(T) (Herdado de SqlCollection<T>)
CopyTo(T[], Int32) (Herdado de SqlCollection<T>)
GetEnumerator() (Herdado de SqlCollection<T>)
IndexOf(T) (Herdado de SqlCollection<T>)

Implantações explícitas de interface

Nome Description
IEnumerable.GetEnumerator() (Herdado de SqlCollection<T>)

Aplica-se a