Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
Gets the collection that contains information about all the root level 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 RootFacets As ReadOnlyCollection(Of FacetInfo)
Get
'Usage
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>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<FacetInfo>
A FacetInfoCollection object value that specifies all the root level 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.