ColumnMasterKey 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
ColumnMasterKey() | |
ColumnMasterKey(Database, String) | |
ColumnMasterKey(Database, String, String, String) |
Parameterized constructor - populates properties from parameter values. |
ColumnMasterKey(Database, String, String, String, Boolean, Byte[]) |
Parameterized constructor - populates properties from parameter values. |
ColumnMasterKey()
public ColumnMasterKey ();
Public Sub New ()
Applies to
ColumnMasterKey(Database, String)
public ColumnMasterKey (Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.ColumnMasterKey : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.ColumnMasterKey
Public Sub New (database As Database, name As String)
Parameters
- database
- Database
- name
- String
Applies to
ColumnMasterKey(Database, String, String, String)
Parameterized constructor - populates properties from parameter values.
public ColumnMasterKey (Microsoft.SqlServer.Management.Smo.Database parent, string name, string keyStoreProviderName, string keyPath);
new Microsoft.SqlServer.Management.Smo.ColumnMasterKey : Microsoft.SqlServer.Management.Smo.Database * string * string * string -> Microsoft.SqlServer.Management.Smo.ColumnMasterKey
Public Sub New (parent As Database, name As String, keyStoreProviderName As String, keyPath As String)
Parameters
- parent
- Database
The parent database
- name
- String
The name of the column master key
- keyStoreProviderName
- String
Key store provider name
- keyPath
- String
Column master key path
Applies to
ColumnMasterKey(Database, String, String, String, Boolean, Byte[])
Parameterized constructor - populates properties from parameter values.
public ColumnMasterKey (Microsoft.SqlServer.Management.Smo.Database parent, string name, string keyStoreProviderName, string keyPath, bool allowEnclaveComputations, byte[] signature);
new Microsoft.SqlServer.Management.Smo.ColumnMasterKey : Microsoft.SqlServer.Management.Smo.Database * string * string * string * bool * byte[] -> Microsoft.SqlServer.Management.Smo.ColumnMasterKey
Public Sub New (parent As Database, name As String, keyStoreProviderName As String, keyPath As String, allowEnclaveComputations As Boolean, signature As Byte())
Parameters
- parent
- Database
The parent database
- name
- String
The name of the column master key
- keyStoreProviderName
- String
Key store provider name
- keyPath
- String
Column master key path
- allowEnclaveComputations
- Boolean
If this key can be used for enclave computations
- signature
- Byte[]
Column master key signature, this is ignored if AllowEnclaveComputations are not supported