Compartir a través de


SfcProperty Class

Definition

The element type of PropertyCollections which specifies the value, info and state of a particular property of an object instance. It uses the SfcPropertyCollection and its access to the Sfc type-specific IPropertyDataDispatch data interface for value access, and its access to the metadata for property info.

All management of the value and state of a property must pass through here or it may not be tracked correctly such as dirty state and retrieved state. If a strongly-typed property in the derived class simply wants to talk directly to its PropertyBag member, it would have to updat

public sealed class SfcProperty : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty
type SfcProperty = class
    interface ISfcProperty
Public NotInheritable Class SfcProperty
Implements ISfcProperty
Inheritance
SfcProperty
Implements

Applies to