KPIExtendedPropertyCollection 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.
Kumpulan objek ExtendedProperty.
public sealed class KPIExtendedPropertyCollection : Microsoft.AnalysisServices.Tabular.NamedMetadataObjectCollection<Microsoft.AnalysisServices.Tabular.ExtendedProperty,Microsoft.AnalysisServices.Tabular.KPI>
type KPIExtendedPropertyCollection = class
inherit NamedMetadataObjectCollection<ExtendedProperty, KPI>
Public NotInheritable Class KPIExtendedPropertyCollection
Inherits NamedMetadataObjectCollection(Of ExtendedProperty, KPI)
- Warisan
-
KPIExtendedPropertyCollection
Keterangan
Koleksi ini hanya didukung ketika tingkat kompatibilitas database berada di 1400 atau lebih tinggi.
Properti
Count |
Mengembalikan hitungan item dalam koleksi. (Diperoleh dari MetadataObjectCollection<T,P>) |
IsReadOnly |
Boolean yang menunjukkan apakah koleksi bersifat baca-saja. (Diperoleh dari MetadataObjectCollection<T,P>) |
Item[Int32] |
Indeks menurut posisi indeks objek dalam koleksi. (Diperoleh dari MetadataObjectCollection<T,P>) |
Item[String] |
Mendapatkan indeks dalam kumpulan objek metadata bernama dengan nama yang ditentukan. (Diperoleh dari NamedMetadataObjectCollection<T,P>) |
Parent |
Mendapatkan objek induk dari koleksi MetadataObject. (Diperoleh dari MetadataObjectCollection<T,P>) |
Metode
Add(T) |
Tambahkan menurut Jenis. (Diperoleh dari MetadataObjectCollection<T,P>) |
Clear() |
Mengolah koleksi semua objek. (Diperoleh dari MetadataObjectCollection<T,P>) |
Contains(String) |
Boolean yang menentukan apakah objek dalam koleksi dimuat oleh Nama. (Diperoleh dari NamedMetadataObjectCollection<T,P>) |
Contains(T) |
Boolean yang menentukan apakah koleksi berisi objek menurut Jenis. (Diperoleh dari MetadataObjectCollection<T,P>) |
ContainsName(String) |
Boolean yang menentukan apakah indeks berisi nama objek yang ditentukan. (Diperoleh dari NamedMetadataObjectCollection<T,P>) |
CopyTo(T[], Int32) |
Menyalin koleksi ke objek lain di pohon Model. (Diperoleh dari MetadataObjectCollection<T,P>) |
Find(String) |
Menemukan objek dalam koleksi menurut Nama. (Diperoleh dari NamedMetadataObjectCollection<T,P>) |
GetEnumerator() |
Menghitung item dalam koleksi. (Diperoleh dari MetadataObjectCollection<T,P>) |
GetNewName() |
Mendapatkan nama baru yang unik untuk objek tersebut. (Diperoleh dari NamedMetadataObjectCollection<T,P>) |
GetNewName(String) |
Mendapatkan nama baru unik untuk objek dengan awalan nama yang ditentukan. (Diperoleh dari NamedMetadataObjectCollection<T,P>) |
IndexOf(T) |
Pencarian indeks menurut Jenis. (Diperoleh dari MetadataObjectCollection<T,P>) |
Remove(String) |
Hapus objek dari Kumpulan NamedMetadataobject berdasarkan Nama. (Diperoleh dari NamedMetadataObjectCollection<T,P>) |
Remove(T) |
Hapus menurut Jenis. (Diperoleh dari MetadataObjectCollection<T,P>) |
Implementasi Antarmuka Eksplisit
ICollection<T>.Clear() |
Kumpulan objek ExtendedProperty. (Diperoleh dari MetadataObjectCollection<T,P>) |
ICollection<T>.CopyTo(T[], Int32) |
Kumpulan objek ExtendedProperty. (Diperoleh dari MetadataObjectCollection<T,P>) |
ICollection<T>.Count |
Kumpulan objek ExtendedProperty. (Diperoleh dari MetadataObjectCollection<T,P>) |
ICollection<T>.IsReadOnly |
Kumpulan objek ExtendedProperty. (Diperoleh dari MetadataObjectCollection<T,P>) |
ICollection<T>.Remove(T) |
Kumpulan objek ExtendedProperty. (Diperoleh dari MetadataObjectCollection<T,P>) |
IEnumerable.GetEnumerator() |
Kumpulan objek ExtendedProperty. (Diperoleh dari MetadataObjectCollection<T,P>) |
IEnumerable<T>.GetEnumerator() |
Kumpulan objek ExtendedProperty. (Diperoleh dari MetadataObjectCollection<T,P>) |