MasterKey 생성자 (Database)
Initializes a new instance of the MasterKey class on the specified database.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
parent As Database _
)
‘사용 방법
Dim parent As Database
Dim instance As New MasterKey(parent)
public MasterKey(
Database parent
)
public:
MasterKey(
Database^ parent
)
new :
parent:Database -> MasterKey
public function MasterKey(
parent : Database
)
매개 변수
- parent
유형: Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database object value that specifies the database to which the master key belongs.