Udostępnij przez


Konstruktor Policy.Key (Policy.Key)

Inicjuje nowe wystąpienie Policy..::..Key klasy oparte na określonego klucz.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dmf
Zestaw:  Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)

Syntax

'Deklaracja
Public Sub New ( _
    other As Policy..::..Key _
)
'Użycie
Dim other As Policy..::..Key

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

Parameters