ServerGroupCollection 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.
Ini adalah koleksi untuk Grup Server
public sealed class ServerGroupCollection : Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<Microsoft.SqlServer.Management.RegisteredServers.ServerGroup,Microsoft.SqlServer.Management.RegisteredServers.ServerGroup.Key,Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent>
type ServerGroupCollection = class
inherit SfcCollatedDictionaryCollection<ServerGroup, ServerGroup.Key, ServerGroupParent>
Public NotInheritable Class ServerGroupCollection
Inherits SfcCollatedDictionaryCollection(Of ServerGroup, ServerGroup.Key, ServerGroupParent)
- Warisan
-
ServerGroupCollection
Konstruktor
| Nama | Deskripsi |
|---|---|
| ServerGroupCollection(ServerGroupParent, IComparer<String>) |
Ini adalah koleksi untuk Grup Server |
Properti
| Nama | Deskripsi |
|---|---|
| Ascending |
Urutkan dalam urutan naik untuk budaya koleksi saat ini. (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Count |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| CultureInfo |
Mengurutkan koleksi akan menggunakan info budaya .NET ini. (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IgnoreCase |
Urutkan dengan cara yang tidak peka huruf besar/kecil untuk budaya koleksi saat ini. (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Initialized |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| IsReadOnly |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IsSynchronized |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| Item[K] |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| Item[String] |
Ini adalah koleksi untuk Grup Server |
| Parent |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| SyncRoot |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
Metode
| Nama | Deskripsi |
|---|---|
| Add(T) |
Menambahkan obj ke koleksi (Diperoleh dari SfcCollection<T,K,ParentT>) |
| AddImpl(T) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| AddShadow(T) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Clear() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Contains(K) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Contains(String) |
Ini adalah koleksi untuk Grup Server |
| Contains(T) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| CopyTo(Array, Int32) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| CopyTo(T[], Int32) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| CreateAndInitializeChildObject(K) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| EnsureCollectionInitialized() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| FinishMerge() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| GetCollectionElementNameImpl() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| GetElementFactoryImpl() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| GetEnumerator() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| GetExistingObjectByKey(K) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| GetObjectByKey(K) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| InitInnerCollection() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| PrepareMerge() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| Refresh() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| Refresh(Boolean) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| Remove(T) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| RemoveImpl(T) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| RemoveInternal(T) |
Hapus item yang diberikan oleh kunci. Objek yang ada ditandai dengan status ToBeDropped untuk dihilangkan saat induknya Diubah atau Dihilangkan. Pada saat itu objek yang ditandai akan dihapus dari koleksi. Objek Tertunda, Tidak Ada, atau Dihilangkan segera dihapus dari koleksi. (Diperoleh dari SfcCollection<T,K,ParentT>) |
| Rename(T, K) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ResetInnerCollection() |
Panggil ini jika salah satu properti CultureInfo, IgnoreCase, atau Ascending berubah setelah Inisialisasi. Koleksi diatur ulang untuk menghormati pengaturan baru. TODO: Pengguna bertanggung jawab untuk memanggil ini setelah mengubah properti apa pun yang mereka inginkan, itu harus otomatis. (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| TryGetValue(K, T) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
Implementasi Antarmuka Eksplisit
| Nama | Deskripsi |
|---|---|
| IComparer<K>.Compare(K, K) |
Bandingkan kunci berdasarkan properti CultureInfo dan IgnoreCase kami saat ini kecuali perbandingan kustom telah diteruskan. (Diperoleh dari SfcCollatedDictionaryCollection<T,K,ParentT>) |
| IEnumerable.GetEnumerator() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| IListSource.ContainsListCollection |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| IListSource.GetList() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.Add(SfcInstance) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.AddShadow(SfcInstance) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.Count |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.EnsureInitialized() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.FinishMerge() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.GetCollectionElementNameImpl() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.GetElementFactory() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.GetExisting(SfcKey, SfcInstance) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.GetObjectByKey(SfcKey) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.Initialized |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.Parent |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.PrepareMerge() |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.Remove(SfcInstance) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.RemoveElement(SfcInstance) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |
| ISfcCollection.Rename(SfcInstance, SfcKey) |
Ini adalah koleksi untuk Grup Server (Diperoleh dari SfcCollection<T,K,ParentT>) |