PolicyCategorySubscription Members
Include Protected Members
Include Inherited Members
The PolicyCategorySubscription object represents a subscription to a particular policy category.
The PolicyCategorySubscription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PolicyCategorySubscription() | ||
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. |
Top
Methods
Name | Description | |
---|---|---|
Alter() | Updates any PolicyCategorySubscription object property changes on the instance of SQL Server. | |
AlterImpl() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
CheckObjectCreated() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
CheckObjectState() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
Create() | Creates a policy category subscription on the instance of SQL Server . | |
CreateIdentityKey() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
CreateImpl() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
Discover(ISfcDependencyDiscoveryObjectSink) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
Drop() | Removes the policy category subscription from the instance of SQL Server. | |
DropImpl() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetChildCollection(String) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
GetDomain() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (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() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
InitializeUIPropertyState() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
MarkForDropImpl(Boolean) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
MarkRootAsConnected() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
MemberwiseClone() | (Inherited from Object.) | |
MoveImpl(SfcInstance) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (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.) | |
PostAlter(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
PostCreate(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
PostDrop(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
PostMove(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
PostRename(Object) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
Refresh() | Refreshes the object's properties by reading them from the server. (Inherited from SfcInstance.) | |
RenameImpl(SfcKey) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
ResetKey() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (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.) | |
UpdateUIPropertyState() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
Validate() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
Validate(String) | Validates the subscription by using the specified mode. | |
ValidateProperties(String) | Validates the subscription properties by using the specified mode. |
Top
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (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 | ||
PolicyCategory | Gets or sets the category that is associated with the subscription. | |
Properties() | Returns a collection instance properties. (Inherited from SfcInstance.) | |
PropertyStorageProvider() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (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.) |
Top
Events
Name | Description | |
---|---|---|
propertyChanged() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
PropertyChanged() | CLS-compliant event for property changes. (Inherited from SfcInstance.) | |
propertyMetadataChanged() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcInstance.) | |
PropertyMetadataChanged() | CLS-compliant event for property metadata changes. (Inherited from SfcInstance.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISfcAlterableScriptAlter() | ||
ISfcCreatableScriptCreate() | ||
ISfcDroppableScriptDrop() |
Top