SfcPropertyCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Each instance has a SfcPropertyCollection which is used for general access to the property names, values and info. It uses the metatdata each type provides for info about the properties. It also uses the PropertyDataDispatch proxy class to map property indexes to strongly-typed data members in the PropertyBag of each Sfc instance
public sealed class SfcPropertyCollection : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet, System.Collections.ICollection
type SfcPropertyCollection = class
interface ICollection
interface IEnumerable
interface ISfcPropertySet
Public NotInheritable Class SfcPropertyCollection
Implements ICollection, ISfcPropertySet
- Inheritance
-
SfcPropertyCollection
- Implements
Properties
Count | |
IsSynchronized | |
Item[String] | |
SyncRoot |
Methods
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |