PolicyStore.EnumConditionsOnFacet Method
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.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
See Also