Constructeur PolicyCategorySubscription.Key (PolicyCategorySubscription.Key)
Initializes a new instance of the PolicyCategorySubscription.Key class based on the specified key.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As PolicyCategorySubscription.Key _
)
'Utilisation
Dim other As PolicyCategorySubscription.Key
Dim instance As New PolicyCategorySubscription.Key(other)
public Key(
PolicyCategorySubscription.Key other
)
public:
Key(
PolicyCategorySubscription.Key^ other
)
new :
other:PolicyCategorySubscription.Key -> Key
public function PolicyCategorySubscription.Key(
other : PolicyCategorySubscription.Key
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.Dmf.PolicyCategorySubscription.Key
A PolicyCategorySubscription.Key value that specifies the other key.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi
Référence
PolicyCategorySubscription.Key Classe