ServerDdlTriggerCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public class ServerDdlTriggerCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IServerDdlTrigger>
type ServerDdlTriggerCollection = class
inherit SortedListCollection<IServerDdlTrigger>
Public Class ServerDdlTriggerCollection
Inherits SortedListCollection(Of IServerDdlTrigger)
- Herencia
-
ServerDdlTriggerCollection
Constructores
| Nombre | Description |
|---|---|
| ServerDdlTriggerCollection(CollationInfo) | |
| ServerDdlTriggerCollection(Int32, CollationInfo) | |
Propiedades
| Nombre | Description |
|---|---|
| AsMetadataObjectCollection | (Heredado de SortedListCollection<T>) |
| Count | (Heredado de DictionaryCollectionBase<T,U>) |
| Item[String] | (Heredado de DictionaryCollectionBase<T,U>) |
Métodos
| Nombre | Description |
|---|---|
| Add(T) | (Heredado de DictionaryCollectionBase<T,U>) |
| AddRange(IEnumerable<T>) | (Heredado de DictionaryCollectionBase<T,U>) |
| Clear() | (Heredado de DictionaryCollectionBase<T,U>) |
| Clone() | (Heredado de DictionaryCollectionBase<T,U>) |
| Clone(Boolean) | (Heredado de SortedListCollection<T>) |
| Contains(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| Contains(T) | (Heredado de DictionaryCollectionBase<T,U>) |
| FindAll(Predicate<T>) | (Heredado de DictionaryCollectionBase<T,U>) |
| FindAll(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| GetEnumerator() | (Heredado de DictionaryCollectionBase<T,U>) |
| Remove(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| Remove(T) | (Heredado de DictionaryCollectionBase<T,U>) |