Compartir a través de


RootFacets Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<ExtendedPropertyAttribute> _
Public ReadOnly Property RootFacets As ReadOnlyCollection(Of FacetInfo)
    Get
'Uso
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>

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.