DmlTriggerCollection 类

定义

public class DmlTriggerCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IDmlTrigger>
type DmlTriggerCollection = class
    inherit SortedListCollection<IDmlTrigger>
Public Class DmlTriggerCollection
Inherits SortedListCollection(Of IDmlTrigger)
继承

构造函数

名称 说明
DmlTriggerCollection(CollationInfo)
DmlTriggerCollection(Int32, CollationInfo)

属性

名称 说明
AsMetadataObjectCollection (继承自 SortedListCollection<T>)
Count (继承自 DictionaryCollectionBase<T,U>)
Item[String] (继承自 DictionaryCollectionBase<T,U>)

方法

名称 说明
Add(T) (继承自 DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (继承自 DictionaryCollectionBase<T,U>)
Clear() (继承自 DictionaryCollectionBase<T,U>)
Clone() (继承自 DictionaryCollectionBase<T,U>)
Clone(Boolean) (继承自 SortedListCollection<T>)
Contains(String) (继承自 DictionaryCollectionBase<T,U>)
Contains(T) (继承自 DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (继承自 DictionaryCollectionBase<T,U>)
FindAll(String) (继承自 DictionaryCollectionBase<T,U>)
GetEnumerator() (继承自 DictionaryCollectionBase<T,U>)
Remove(String) (继承自 DictionaryCollectionBase<T,U>)
Remove(T) (继承自 DictionaryCollectionBase<T,U>)

显式接口实现

名称 说明
IEnumerable.GetEnumerator() (继承自 SortedListCollection<T>)
IEnumerable<IMetadataObject>.GetEnumerator() (继承自 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (继承自 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (继承自 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (继承自 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Count (继承自 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (继承自 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (继承自 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (继承自 SortedListCollection<T>)
IMetadataCollection<T>.Item[String] (继承自 DictionaryCollectionBase<T,U>)

适用于