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 Object and an XmlWriter object.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub CreatePolicyFromFacet ( _
target As Object, _
facetName As String, _
policyName As String, _
conditionName As String, _
writer As XmlWriter _
)
'Usage
Dim instance As PolicyStore
Dim target As Object
Dim facetName As String
Dim policyName As String
Dim conditionName As String
Dim writer As XmlWriter
instance.CreatePolicyFromFacet(target, _
facetName, policyName, conditionName, _
writer)
public void CreatePolicyFromFacet(
Object target,
string facetName,
string policyName,
string conditionName,
XmlWriter writer
)
public:
void CreatePolicyFromFacet(
Object^ target,
String^ facetName,
String^ policyName,
String^ conditionName,
XmlWriter^ writer
)
member CreatePolicyFromFacet :
target:Object *
facetName:string *
policyName:string *
conditionName:string *
writer:XmlWriter -> unit
public function CreatePolicyFromFacet(
target : Object,
facetName : String,
policyName : String,
conditionName : String,
writer : XmlWriter
)
Parameters
- target
Type: System.Object
An Object 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.
- writer
Type: System.Xml.XmlWriter
An XmlWriter object.