Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
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
)
Parameters
- id
Type: System.Int32
A Int32 value that specifies the name of the key.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
See Also
Reference
PolicyCategorySubscription.Key Class