PolicyCategorySubscription Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PolicyCategorySubscription() |
Default constructor used for deserialization. VSTS 55852. |
PolicyCategorySubscription(PolicyStore) | |
PolicyCategorySubscription(PolicyStore, SqlSmoObject) |
Constructor, accepting SmoObject (has to be a Database) |
PolicyCategorySubscription()
Default constructor used for deserialization. VSTS 55852.
public PolicyCategorySubscription ();
Public Sub New ()
Applies to
PolicyCategorySubscription(PolicyStore)
public PolicyCategorySubscription (Microsoft.SqlServer.Management.Dmf.PolicyStore parent);
new Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription : Microsoft.SqlServer.Management.Dmf.PolicyStore -> Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription
Public Sub New (parent As PolicyStore)
Parameters
- parent
- PolicyStore
Applies to
PolicyCategorySubscription(PolicyStore, SqlSmoObject)
Constructor, accepting SmoObject (has to be a Database)
public PolicyCategorySubscription (Microsoft.SqlServer.Management.Dmf.PolicyStore parent, Microsoft.SqlServer.Management.Smo.SqlSmoObject obj);
new Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription : Microsoft.SqlServer.Management.Dmf.PolicyStore * Microsoft.SqlServer.Management.Smo.SqlSmoObject -> Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription
Public Sub New (parent As PolicyStore, obj As SqlSmoObject)
Parameters
- parent
- PolicyStore
- obj
- SqlSmoObject