다음을 통해 공유


Computer.Key 생성자 (Computer.Key)

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

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
Public Sub New ( _
    other As Computer..::..Key _
)
‘사용 방법
Dim other As Computer..::..Key

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

매개 변수