PropertyCollection Class

Definition

public class PropertyCollection : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet, System.Collections.ICollection
type PropertyCollection = class
    interface ICollection
    interface IEnumerable
    interface ISfcPropertySet
Public Class PropertyCollection
Implements ICollection, ISfcPropertySet
Inheritance
PropertyCollection
Derived
Implements

Properties

Count
IsSynchronized
Item[Int32]
Item[String]
SyncRoot

Methods

Contains(String)
CopyTo(Property[], Int32)
GetEnumerator()
GetPropertyObject(Int32)
GetPropertyObject(Int32, Boolean)
GetPropertyObject(String)
GetPropertyObject(String, Boolean)
LookupID(String)
SetDirty(String, Boolean)

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

Explicit Interface Implementations

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

Applies to