DmlTriggerCollection Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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)
- Warisan
-
DmlTriggerCollection
Konstruktor
| Nama | Deskripsi |
|---|---|
| DmlTriggerCollection(CollationInfo) | |
| DmlTriggerCollection(Int32, CollationInfo) | |
Properti
| Nama | Deskripsi |
|---|---|
| AsMetadataObjectCollection | (Diperoleh dari SortedListCollection<T>) |
| Count | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| Item[String] | (Diperoleh dari DictionaryCollectionBase<T,U>) |
Metode
| Nama | Deskripsi |
|---|---|
| Add(T) | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| AddRange(IEnumerable<T>) | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| Clear() | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| Clone() | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| Clone(Boolean) | (Diperoleh dari SortedListCollection<T>) |
| Contains(String) | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| Contains(T) | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| FindAll(Predicate<T>) | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| FindAll(String) | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| GetEnumerator() | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| Remove(String) | (Diperoleh dari DictionaryCollectionBase<T,U>) |
| Remove(T) | (Diperoleh dari DictionaryCollectionBase<T,U>) |
Implementasi Antarmuka Eksplisit
| Nama | Deskripsi |
|---|---|
| IEnumerable.GetEnumerator() | (Diperoleh dari SortedListCollection<T>) |
| IEnumerable<IMetadataObject>.GetEnumerator() | (Diperoleh dari SortedListCollection<T>) |
| IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection | (Diperoleh dari SortedListCollection<T>) |
| IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) | (Diperoleh dari SortedListCollection<T>) |
| IMetadataCollection<IMetadataObject>.Contains(String) | (Diperoleh dari SortedListCollection<T>) |
| IMetadataCollection<IMetadataObject>.Count | (Diperoleh dari SortedListCollection<T>) |
| IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) | (Diperoleh dari SortedListCollection<T>) |
| IMetadataCollection<IMetadataObject>.FindAll(String) | (Diperoleh dari SortedListCollection<T>) |
| IMetadataCollection<IMetadataObject>.Item[String] | (Diperoleh dari SortedListCollection<T>) |
| IMetadataCollection<T>.Item[String] | (Diperoleh dari DictionaryCollectionBase<T,U>) |