DacInstance.Key 建構函式 (DacInstance.Key)
Initializes a new instance of the DacInstance..::..Key class based on the specified 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
A DacInstance..::..Key value that specifies the other key.