共用方式為


RootFacets 屬性

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

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<ExtendedPropertyAttribute> _
Public ReadOnly Property RootFacets As ReadOnlyCollection(Of FacetInfo)
    Get
'用途
Dim instance As ConditionExtender
Dim value As ReadOnlyCollection(Of FacetInfo)

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

屬性值

型別:System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'FacetInfo> ) > ) >
A FacetInfoCollection object value that specifies all the root level facets that are associated with the condition.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。