Proprietà ConditionExtender.RootFacets

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<ExtendedPropertyAttribute> _
Public ReadOnly Property RootFacets As ReadOnlyCollection(Of FacetInfo)
    Get
'Utilizzo
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>

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

ConditionExtender Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf