Constructeur 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.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    parent As PolicyStore, _
    obj As SqlSmoObject _
)
'Utilisation
Dim parent As PolicyStore
Dim obj As SqlSmoObject

Dim instance As New PolicyCategorySubscription(parent, _
    obj)
public PolicyCategorySubscription(
    PolicyStore parent,
    SqlSmoObject obj
)
public:
PolicyCategorySubscription(
    PolicyStore^ parent, 
    SqlSmoObject^ obj
)
new : 
        parent:PolicyStore * 
        obj:SqlSmoObject -> PolicyCategorySubscription
public function PolicyCategorySubscription(
    parent : PolicyStore, 
    obj : SqlSmoObject
)

Paramètres

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.