SfcProperty 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.
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
Properties
Attributes | |
Computed | |
Dirty | |
Enabled | |
Encrypted | |
Expensive | |
IdentityKey | |
IsAvailable | |
IsNull | |
Name | |
Readable | |
Required | |
Retrieved | |
SqlAzureDatabase | |
Standalone | |
Type | |
Value | |
Writable |
Methods
CompareTo(Object) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(SfcProperty, SfcProperty) | |
GreaterThan(SfcProperty, SfcProperty) | |
Inequality(SfcProperty, SfcProperty) | |
LessThan(SfcProperty, SfcProperty) |