MasterKey Constructor (Database)
Initializes a new instance of the MasterKey class on the specified database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
parent As Database _
)
public MasterKey (
Database parent
)
public:
MasterKey (
Database^ parent
)
public MasterKey (
Database parent
)
public function MasterKey (
parent : Database
)
Parameters
- parent
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also