PolicyStore.EnumDomainFacets(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return a Collection of FacetInfo for listed domains. Pass String.Empty for Facets, not associated with SFC Domain
public static Microsoft.SqlServer.Management.Dmf.FacetInfoCollection EnumDomainFacets (params string[] args);
static member EnumDomainFacets : string[] -> Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
Public Shared Function EnumDomainFacets (ParamArray args As String()) As FacetInfoCollection
Parameters
- args
- String[]