RegisteredServer.Key 생성자 (RegisteredServer.Key)
Initializes a new instance of the RegisteredServer.Key class based on the referenced key object.
네임스페이스: Microsoft.SqlServer.Management.RegisteredServers
어셈블리: Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)
구문
‘선언
Public Sub New ( _
other As RegisteredServer.Key _
)
‘사용 방법
Dim other As RegisteredServer.Key
Dim instance As New RegisteredServer.Key(other)
public Key(
RegisteredServer.Key other
)
public:
Key(
RegisteredServer.Key^ other
)
new :
other:RegisteredServer.Key -> Key
public function RegisteredServer.Key(
other : RegisteredServer.Key
)
매개 변수
- other
유형: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer.Key
A RegisteredServer.Key value that specifies an existing key object on which to base the new object.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.