Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a list of conditions that are associated with the specified facet.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function EnumConditionsOnFacet ( _
facet As String _
) As StringCollection
'Usage
Dim instance As PolicyStore
Dim facet As String
Dim returnValue As StringCollection
returnValue = instance.EnumConditionsOnFacet(facet)
public StringCollection EnumConditionsOnFacet(
string facet
)
public:
StringCollection^ EnumConditionsOnFacet(
String^ facet
)
member EnumConditionsOnFacet :
facet:string -> StringCollection
public function EnumConditionsOnFacet(
facet : String
) : StringCollection
Parameters
- facet
Type: System.String
A String object that specifies the facet.
Return Value
Type: System.Collections.Specialized.StringCollection
A StringCollection object that contains the list of conditions that are associated with the facet.