DacInstance.Key コンストラクター (DacInstance.Key)
指定したキーに基づいて DacInstance..::..Key クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Dac
アセンブリ: Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)
構文
'宣言
Public Sub New ( _
other As DacInstance..::..Key _
)
'使用
Dim other As DacInstance..::..Key
Dim instance As New DacInstance..::..Key(other)
public Key(
DacInstance..::..Key other
)
public:
Key(
DacInstance..::..Key^ other
)
new :
other:DacInstance..::..Key -> Key
public function DacInstance..::..Key(
other : DacInstance..::..Key
)
パラメーター
- other
型: Microsoft.SqlServer.Management.Dac. . :: . .DacInstance. . :: . .Key
他のキーを指定する DacInstance..::..Key 値です。