Compartir a través de


Facets Propiedad

Represents a collection of FacetInfo objects. Each FacetInfo object represents a policy-based Management registered facet.

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

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public Shared ReadOnly Property Facets As FacetInfoCollection
    Get
'Uso
Dim value As FacetInfoCollection

value = PolicyStore.Facets
[SfcIgnoreAttribute]
public static FacetInfoCollection Facets { get; }
[SfcIgnoreAttribute]
public:
static property FacetInfoCollection^ Facets {
    FacetInfoCollection^ get ();
}
[<SfcIgnoreAttribute>]
static member Facets : FacetInfoCollection
static function get Facets () : FacetInfoCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .FacetInfoCollection
A FacetInfoCollection object that represents all the registered facets that are defined on the policy store.

Notas

This collection can reference specific facets by specifying the name of the facet. To add a new facet to the collection, call the facet constructor #ctor()()()().

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