SqlPropertyCollection 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 SqlPropertyCollection : Microsoft.SqlServer.Management.Smo.PropertyCollection
type SqlPropertyCollection = class
inherit PropertyCollection
Public Class SqlPropertyCollection
Inherits PropertyCollection
- Warisan
Properti
| Nama | Deskripsi |
|---|---|
| Count | (Diperoleh dari PropertyCollection) |
| IsSynchronized | (Diperoleh dari PropertyCollection) |
| Item[Int32] | (Diperoleh dari PropertyCollection) |
| Item[String] | (Diperoleh dari PropertyCollection) |
| SyncRoot | (Diperoleh dari PropertyCollection) |
Metode
| Nama | Deskripsi |
|---|---|
| Contains(String) | (Diperoleh dari PropertyCollection) |
| CopyTo(Property[], Int32) | (Diperoleh dari PropertyCollection) |
| EnumPropertyInfo() | |
| EnumPropertyInfo(SqlServerVersions) | |
| GetEnumerator() | (Diperoleh dari PropertyCollection) |
| GetPropertyInfo(String) | |
| GetPropertyObject(Int32, Boolean) | (Diperoleh dari PropertyCollection) |
| GetPropertyObject(Int32) | (Diperoleh dari PropertyCollection) |
| GetPropertyObject(String, Boolean) | (Diperoleh dari PropertyCollection) |
| GetPropertyObject(String) | (Diperoleh dari PropertyCollection) |
| LookupID(String) | (Diperoleh dari PropertyCollection) |
| SetDirty(String, Boolean) |
Mengatur nilai yang menunjukkan apakah properti bernama harus dipertimbangkan diubah (Diperoleh dari PropertyCollection) |
Implementasi Antarmuka Eksplisit
| Nama | Deskripsi |
|---|---|
| ICollection.CopyTo(Array, Int32) | (Diperoleh dari PropertyCollection) |
| ISfcPropertySet.Contains(ISfcProperty) | (Diperoleh dari PropertyCollection) |
| ISfcPropertySet.Contains(String) | (Diperoleh dari PropertyCollection) |
| ISfcPropertySet.Contains<T>(String) | (Diperoleh dari PropertyCollection) |
| ISfcPropertySet.EnumProperties() | (Diperoleh dari PropertyCollection) |
| ISfcPropertySet.TryGetProperty(String, ISfcProperty) | (Diperoleh dari PropertyCollection) |
| ISfcPropertySet.TryGetPropertyValue(String, Object) | (Diperoleh dari PropertyCollection) |
| ISfcPropertySet.TryGetPropertyValue<T>(String, T) | (Diperoleh dari PropertyCollection) |