SqlPropertyCollection Clase

Definición

public class SqlPropertyCollection : Microsoft.SqlServer.Management.Smo.PropertyCollection
type SqlPropertyCollection = class
    inherit PropertyCollection
Public Class SqlPropertyCollection
Inherits PropertyCollection
Herencia
SqlPropertyCollection

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)

Se aplica a