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.