Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Subscribes the policy store to the category specified by the policyCategory and target parameters.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function SubscribeToPolicyCategory ( _
target As SfcQueryExpression, _
policyCategory As String _
) As PolicyCategorySubscription
'Usage
Dim instance As PolicyStore
Dim target As SfcQueryExpression
Dim policyCategory As String
Dim returnValue As PolicyCategorySubscription
returnValue = instance.SubscribeToPolicyCategory(target, _
policyCategory)
public PolicyCategorySubscription SubscribeToPolicyCategory(
SfcQueryExpression target,
string policyCategory
)
public:
PolicyCategorySubscription^ SubscribeToPolicyCategory(
SfcQueryExpression^ target,
String^ policyCategory
)
member SubscribeToPolicyCategory :
target:SfcQueryExpression *
policyCategory:string -> PolicyCategorySubscription
public function SubscribeToPolicyCategory(
target : SfcQueryExpression,
policyCategory : String
) : PolicyCategorySubscription
Parameters
- target
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression
A SfcQueryExpression object.
- policyCategory
Type: System.String
A string value that specifies the policy category.
Return Value
Type: Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription
A PolicyCategorySubscription object.