UnsubscribeFromPolicyCategory 方法
Unsubscribes the policy store from the category specified by the policyCategory and target parameters.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub UnsubscribeFromPolicyCategory ( _
target As SfcQueryExpression, _
policyCategory As String _
)
'用途
Dim instance As PolicyStore
Dim target As SfcQueryExpression
Dim policyCategory As String
instance.UnsubscribeFromPolicyCategory(target, _
policyCategory)
public void UnsubscribeFromPolicyCategory(
SfcQueryExpression target,
string policyCategory
)
public:
void UnsubscribeFromPolicyCategory(
SfcQueryExpression^ target,
String^ policyCategory
)
member UnsubscribeFromPolicyCategory :
target:SfcQueryExpression *
policyCategory:string -> unit
public function UnsubscribeFromPolicyCategory(
target : SfcQueryExpression,
policyCategory : String
)
參數
- target
型別:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcQueryExpression
A SfcQueryExpression object.
- policyCategory
型別:System. . :: . .String
A string value that specifies the policy category.