SqlPropertyCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public class SqlPropertyCollection : Microsoft.SqlServer.Management.Smo.PropertyCollection
type SqlPropertyCollection = class
inherit PropertyCollection
Public Class SqlPropertyCollection
Inherits PropertyCollection
- Héritage
Propriétés
| Nom | Description |
|---|---|
| Count | (Hérité de PropertyCollection) |
| IsSynchronized | (Hérité de PropertyCollection) |
| Item[Int32] | (Hérité de PropertyCollection) |
| Item[String] | (Hérité de PropertyCollection) |
| SyncRoot | (Hérité de PropertyCollection) |
Méthodes
| Nom | Description |
|---|---|
| Contains(String) | (Hérité de PropertyCollection) |
| CopyTo(Property[], Int32) | (Hérité de PropertyCollection) |
| EnumPropertyInfo() | |
| EnumPropertyInfo(SqlServerVersions) | |
| GetEnumerator() | (Hérité de PropertyCollection) |
| GetPropertyInfo(String) | |
| GetPropertyObject(Int32, Boolean) | (Hérité de PropertyCollection) |
| GetPropertyObject(Int32) | (Hérité de PropertyCollection) |
| GetPropertyObject(String, Boolean) | (Hérité de PropertyCollection) |
| GetPropertyObject(String) | (Hérité de PropertyCollection) |
| LookupID(String) | (Hérité de PropertyCollection) |
| SetDirty(String, Boolean) |
Définit une valeur indiquant si la propriété nommée doit être considérée comme modifiée (Hérité de PropertyCollection) |
Implémentations d’interfaces explicites
| Nom | Description |
|---|---|
| ICollection.CopyTo(Array, Int32) | (Hérité de PropertyCollection) |
| ISfcPropertySet.Contains(ISfcProperty) | (Hérité de PropertyCollection) |
| ISfcPropertySet.Contains(String) | (Hérité de PropertyCollection) |
| ISfcPropertySet.Contains<T>(String) | (Hérité de PropertyCollection) |
| ISfcPropertySet.EnumProperties() | (Hérité de PropertyCollection) |
| ISfcPropertySet.TryGetProperty(String, ISfcProperty) | (Hérité de PropertyCollection) |
| ISfcPropertySet.TryGetPropertyValue(String, Object) | (Hérité de PropertyCollection) |
| ISfcPropertySet.TryGetPropertyValue<T>(String, T) | (Hérité de PropertyCollection) |