Freigeben über


PolicyCategorySubscription.Key-Konstruktor (Int32)

Initializes a new instance of the PolicyCategorySubscription.Key class that has the specified name.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    id As Integer _
)
'Usage
Dim id As Integer 

Dim instance As New PolicyCategorySubscription.Key(id)
public Key(
    int id
)
public:
Key(
    int id
)
new : 
        id:int -> Key
public function PolicyCategorySubscription.Key(
    id : int
)

Parameter

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

PolicyCategorySubscription.Key Klasse

PolicyCategorySubscription.Key-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace