ConditionExtender.Facets Property
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.
Provides a list of available facets
[Microsoft.SqlServer.Management.Sdk.Sfc.ExtendedProperty]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.Dmf.FacetInfo> Facets { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.ExtendedProperty>]
member this.Facets : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.Dmf.FacetInfo>
Public ReadOnly Property Facets As ReadOnlyCollection(Of FacetInfo)
Property Value
- Attributes