Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates new policy from an SfcQueryExpression object and names.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub CreatePolicyFromFacet ( _
target As SfcQueryExpression, _
facetName As String, _
policyName As String, _
conditionName As String _
)
'Usage
Dim instance As PolicyStore
Dim target As SfcQueryExpression
Dim facetName As String
Dim policyName As String
Dim conditionName As String
instance.CreatePolicyFromFacet(target, _
facetName, policyName, conditionName)
public void CreatePolicyFromFacet(
SfcQueryExpression target,
string facetName,
string policyName,
string conditionName
)
public:
void CreatePolicyFromFacet(
SfcQueryExpression^ target,
String^ facetName,
String^ policyName,
String^ conditionName
)
member CreatePolicyFromFacet :
target:SfcQueryExpression *
facetName:string *
policyName:string *
conditionName:string -> unit
public function CreatePolicyFromFacet(
target : SfcQueryExpression,
facetName : String,
policyName : String,
conditionName : String
)
Parameters
- target
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression
An SfcQueryExpression object.
- facetName
Type: System.String
A string value that specifies the name of the target expression.
- policyName
Type: System.String
A string value that specifies the name of the new policy.
- conditionName
Type: System.String
A string value that specifies the name of the condition defined by the target expression.