SqlPropertyCollection Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public class SqlPropertyCollection : Microsoft.SqlServer.Management.Smo.PropertyCollection
type SqlPropertyCollection = class
inherit PropertyCollection
Public Class SqlPropertyCollection
Inherits PropertyCollection
- Ereditarietà
Proprietà
| Nome | Descrizione |
|---|---|
| Count | (Ereditato da PropertyCollection) |
| IsSynchronized | (Ereditato da PropertyCollection) |
| Item[Int32] | (Ereditato da PropertyCollection) |
| Item[String] | (Ereditato da PropertyCollection) |
| SyncRoot | (Ereditato da PropertyCollection) |
Metodi
| Nome | Descrizione |
|---|---|
| Contains(String) | (Ereditato da PropertyCollection) |
| CopyTo(Property[], Int32) | (Ereditato da PropertyCollection) |
| EnumPropertyInfo() | |
| EnumPropertyInfo(SqlServerVersions) | |
| GetEnumerator() | (Ereditato da PropertyCollection) |
| GetPropertyInfo(String) | |
| GetPropertyObject(Int32, Boolean) | (Ereditato da PropertyCollection) |
| GetPropertyObject(Int32) | (Ereditato da PropertyCollection) |
| GetPropertyObject(String, Boolean) | (Ereditato da PropertyCollection) |
| GetPropertyObject(String) | (Ereditato da PropertyCollection) |
| LookupID(String) | (Ereditato da PropertyCollection) |
| SetDirty(String, Boolean) |
Imposta un valore che indica se la proprietà denominata deve essere considerata modificata (Ereditato da PropertyCollection) |
Implementazioni dell'interfaccia esplicita
| Nome | Descrizione |
|---|---|
| ICollection.CopyTo(Array, Int32) | (Ereditato da PropertyCollection) |
| ISfcPropertySet.Contains(ISfcProperty) | (Ereditato da PropertyCollection) |
| ISfcPropertySet.Contains(String) | (Ereditato da PropertyCollection) |
| ISfcPropertySet.Contains<T>(String) | (Ereditato da PropertyCollection) |
| ISfcPropertySet.EnumProperties() | (Ereditato da PropertyCollection) |
| ISfcPropertySet.TryGetProperty(String, ISfcProperty) | (Ereditato da PropertyCollection) |
| ISfcPropertySet.TryGetPropertyValue(String, Object) | (Ereditato da PropertyCollection) |
| ISfcPropertySet.TryGetPropertyValue<T>(String, T) | (Ereditato da PropertyCollection) |