SqlHintCollection Clase

Definición

[System.Runtime.InteropServices.ComVisible(false)]
public sealed class SqlHintCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlHint>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlHintCollection = class
    inherit SqlCollection<SqlHint>
Public NotInheritable Class SqlHintCollection
Inherits SqlCollection(Of SqlHint)
Herencia
SqlHintCollection
Atributos

Propiedades

Nombre Description
Count (Heredado de SqlCollection<T>)
IsReadOnly (Heredado de SqlCollection<T>)
Item[Int32] (Heredado de SqlCollection<T>)

Métodos

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

Implementaciones de interfaz explícitas

Nombre Description
IEnumerable.GetEnumerator() (Heredado de SqlCollection<T>)

Se aplica a