MasterKey Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MasterKey() | |
MasterKey(Database) |
MasterKey()
public MasterKey ();
Public Sub New ()
Applies to
MasterKey(Database)
public MasterKey (Microsoft.SqlServer.Management.Smo.Database parent);
new Microsoft.SqlServer.Management.Smo.MasterKey : Microsoft.SqlServer.Management.Smo.Database -> Microsoft.SqlServer.Management.Smo.MasterKey
Public Sub New (parent As Database)
Parameters
- parent
- Database