Bagikan melalui


ConditionExtender.Facets Property

Gets the collection that contains information about all the facets that are associated with the condition.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property Facets As ReadOnlyCollection(Of FacetInfo)
    Get
'Usage
Dim instance As ConditionExtender
Dim value As ReadOnlyCollection(Of FacetInfo)

value = instance.Facets
[ExtendedPropertyAttribute]
public ReadOnlyCollection<FacetInfo> Facets { get; }
[ExtendedPropertyAttribute]
public:
property ReadOnlyCollection<FacetInfo^>^ Facets {
    ReadOnlyCollection<FacetInfo^>^ get ();
}
[<ExtendedPropertyAttribute>]
member Facets : ReadOnlyCollection<FacetInfo>
function get Facets () : ReadOnlyCollection<FacetInfo>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<FacetInfo>
A FacetInfoCollection object value that specifies all the facets that are associated with the condition.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.