Computer.Key コンストラクター (Computer.Key)
指定したキーに基づいて Computer..::..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
)
パラメーター
- other
型: Microsoft.SqlServer.Management.Utility. . :: . .Computer. . :: . .Key
他のキーを指定する Computer..::..Key 値です。