Computer.Key コンストラクター (String)

指定した名前を持つ Computer.Key クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
Public Sub New ( _
    name As String _
)
'使用
Dim name As String 

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

パラメーター

関連項目

参照

Computer.Key クラス

Computer.Key オーバーロード

Microsoft.SqlServer.Management.Utility 名前空間