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
)

参数