Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the collection that contains information about all the 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 Facets As ReadOnlyCollection(Of FacetInfo)
Get
'Usage
Dim instance As ConditionExtender
Dim value As ReadOnlyCollection(Of FacetInfo)
value = instance.Facets
[ExtendedPropertyAttribute]
public ReadOnlyCollection<FacetInfo> Facets { get; }
[ExtendedPropertyAttribute]
public:
property ReadOnlyCollection<FacetInfo^>^ Facets {
ReadOnlyCollection<FacetInfo^>^ get ();
}
[<ExtendedPropertyAttribute>]
member Facets : ReadOnlyCollection<FacetInfo>
function get Facets () : ReadOnlyCollection<FacetInfo>
Eigenschaftswert
Typ: System.Collections.ObjectModel.ReadOnlyCollection<FacetInfo>
A FacetInfoCollection object value that specifies all the facets that are associated with the condition.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.