Propriété ConditionExtender.RootFacets
Gets the collection that contains information about all the root level facets that are associated with the condition.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<ExtendedPropertyAttribute> _
Public ReadOnly Property RootFacets As ReadOnlyCollection(Of FacetInfo)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.ObjectModel.ReadOnlyCollection<FacetInfo>
A FacetInfoCollection object value that specifies all the root level facets that are associated with the condition.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.