SqlPropertyCollection Class

Definition

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

Properties

Count (Inherited from PropertyCollection)
IsSynchronized (Inherited from PropertyCollection)
Item[Int32] (Inherited from PropertyCollection)
Item[String] (Inherited from PropertyCollection)
SyncRoot (Inherited from PropertyCollection)

Methods

Contains(String) (Inherited from PropertyCollection)
CopyTo(Property[], Int32) (Inherited from PropertyCollection)
EnumPropertyInfo()
EnumPropertyInfo(SqlServerVersions)
GetEnumerator() (Inherited from PropertyCollection)
GetPropertyInfo(String)
GetPropertyObject(Int32) (Inherited from PropertyCollection)
GetPropertyObject(Int32, Boolean) (Inherited from PropertyCollection)
GetPropertyObject(String) (Inherited from PropertyCollection)
GetPropertyObject(String, Boolean) (Inherited from PropertyCollection)
LookupID(String) (Inherited from PropertyCollection)
SetDirty(String, Boolean)

Sets a value indicating whether the named property should be considered changed

(Inherited from PropertyCollection)

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32) (Inherited from PropertyCollection)
ISfcPropertySet.Contains(ISfcProperty) (Inherited from PropertyCollection)
ISfcPropertySet.Contains(String) (Inherited from PropertyCollection)
ISfcPropertySet.Contains<T>(String) (Inherited from PropertyCollection)
ISfcPropertySet.EnumProperties() (Inherited from PropertyCollection)
ISfcPropertySet.TryGetProperty(String, ISfcProperty) (Inherited from PropertyCollection)
ISfcPropertySet.TryGetPropertyValue(String, Object) (Inherited from PropertyCollection)
ISfcPropertySet.TryGetPropertyValue<T>(String, T) (Inherited from PropertyCollection)

Applies to