SqlPropertyCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public class SqlPropertyCollection : Microsoft.SqlServer.Management.Smo.PropertyCollection
type SqlPropertyCollection = class
inherit PropertyCollection
Public Class SqlPropertyCollection
Inherits PropertyCollection
- Herencia
Propiedades
| Nombre | Description |
|---|---|
| Count | (Heredado de PropertyCollection) |
| IsSynchronized | (Heredado de PropertyCollection) |
| Item[Int32] | (Heredado de PropertyCollection) |
| Item[String] | (Heredado de PropertyCollection) |
| SyncRoot | (Heredado de PropertyCollection) |
Métodos
| Nombre | Description |
|---|---|
| Contains(String) | (Heredado de PropertyCollection) |
| CopyTo(Property[], Int32) | (Heredado de PropertyCollection) |
| EnumPropertyInfo() | |
| EnumPropertyInfo(SqlServerVersions) | |
| GetEnumerator() | (Heredado de PropertyCollection) |
| GetPropertyInfo(String) | |
| GetPropertyObject(Int32, Boolean) | (Heredado de PropertyCollection) |
| GetPropertyObject(Int32) | (Heredado de PropertyCollection) |
| GetPropertyObject(String, Boolean) | (Heredado de PropertyCollection) |
| GetPropertyObject(String) | (Heredado de PropertyCollection) |
| LookupID(String) | (Heredado de PropertyCollection) |
| SetDirty(String, Boolean) |
Establece un valor que indica si la propiedad con nombre debe considerarse modificada. (Heredado de PropertyCollection) |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| ICollection.CopyTo(Array, Int32) | (Heredado de PropertyCollection) |
| ISfcPropertySet.Contains(ISfcProperty) | (Heredado de PropertyCollection) |
| ISfcPropertySet.Contains(String) | (Heredado de PropertyCollection) |
| ISfcPropertySet.Contains<T>(String) | (Heredado de PropertyCollection) |
| ISfcPropertySet.EnumProperties() | (Heredado de PropertyCollection) |
| ISfcPropertySet.TryGetProperty(String, ISfcProperty) | (Heredado de PropertyCollection) |
| ISfcPropertySet.TryGetPropertyValue(String, Object) | (Heredado de PropertyCollection) |
| ISfcPropertySet.TryGetPropertyValue<T>(String, T) | (Heredado de PropertyCollection) |