PolicyCategorySubscription Class
The PolicyCategorySubscription object represents a subscription to a particular policy category.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcInstance
Microsoft.SqlServer.Management.Dmf::PolicyCategorySubscription
[StrongNameIdentityPermissionAttribute(SecurityAction::LinkDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")] public ref class PolicyCategorySubscription sealed : SfcInstance, ISfcCreatable, ICreatable, ISfcDroppable, IDroppable, ISfcAlterable, IAlterable
| Name | Description | |
|---|---|---|
![]() | PolicyCategorySubscription() | Initializes a new instance of the PolicyCategorySubscription class. |
![]() | PolicyCategorySubscription(PolicyStore^) | Initializes a new instance of the PolicyCategorySubscription class that has the specified parent policy store object. |
![]() | PolicyCategorySubscription(PolicyStore^, SqlSmoObject^) | Initializes a new instance of the PolicyCategorySubscription class that has the specified parent policy store, and is based on the specified object. |
| Name | Description | |
|---|---|---|
![]() | AbstractIdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | ID | Gets the ID value that uniquely identifies the subscription. |
![]() | IdentityKey | Gets the key value that identifies the subscription. |
![]() | Metadata | Returns metadata about the instance and its domain.(Inherited from SfcInstance.) |
![]() | Parent | Gets or sets the PolicyStore object that is the parent of the PolicyCategorySubscription object. |
![]() | PolicyCategory | Gets or sets the category that is associated with the subscription. |
![]() | Properties | Returns a collection instance properties.(Inherited from SfcInstance.) |
![]() | State | Returns the state of the SfcInstance object.(Inherited from SfcInstance.) |
![]() | Target | Gets or sets the target for the subscription. |
![]() | TargetType | Gets or sets the target type that is associated with the subscription. |
![]() | Urn | Returns the uniform resource name of the SfcInstance object.(Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | Alter() | Updates any PolicyCategorySubscription object property changes on the instance of SQL Server. |
![]() | Create() | Creates a policy category subscription on the instance of SQL Server . |
![]() | CreateIdentityKey() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | Discover(ISfcDependencyDiscoveryObjectSink^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | Drop() | Removes the policy category subscription from the instance of SQL Server. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetChildCollection(String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | GetDomain() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() ![]() | GetObjectFactory() | Returns the object factory constructor for the PolicyCategorySubscription object. |
![]() | GetPropertySet() | Returns the set of properties for the SfcInstance object.(Inherited from SfcInstance.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeMetadataImpl() | Indicates the domains that override by returning the right TypeMetadata class directly. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | InitializeUIPropertyState() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs^) | Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance.) |
![]() | OnPropertyValueChanges(PropertyChangedEventArgs^) | Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance.) |
![]() | Refresh() | Refreshes the object's properties by reading them from the server.(Inherited from SfcInstance.) |
![]() | ResetKey() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | Serialize(XmlWriter^) | Serializes the instance to XML.(Inherited from SfcInstance.) |
![]() | ToString() | Returns a string representation of the instance Urn.(Inherited from SfcInstance.) |
![]() | Validate(String^) | Validates the subscription by using the specified mode. |
![]() | ValidateProperties(String^) | Validates the subscription properties by using the specified mode. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes.(Inherited from SfcInstance.) |
![]() | PropertyMetadataChanged | Occurs when the metadata for a property has changed.(Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISfcAlterable::ScriptAlter() | Alters the script. |
![]() ![]() | ISfcCreatable::ScriptCreate() | Creates the script. |
![]() ![]() | ISfcDroppable::ScriptDrop() | Creates the script. |
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







