Freigeben über


PolicyCategory.Key-Konstruktor (PolicyCategory.Key)

Initializes a new instance of the PolicyCategory.Key class based on the specified key.

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

Syntax

'Declaration
Public Sub New ( _
    other As PolicyCategory.Key _
)
'Usage
Dim other As PolicyCategory.Key 

Dim instance As New PolicyCategory.Key(other)
public Key(
    PolicyCategory.Key other
)
public:
Key(
    PolicyCategory.Key^ other
)
new : 
        other:PolicyCategory.Key -> Key
public function PolicyCategory.Key(
    other : PolicyCategory.Key
)

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

PolicyCategory.Key Klasse

PolicyCategory.Key-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace