ColumnMasterKey Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ColumnMasterKey() | |
| ColumnMasterKey(Database, String) | |
| ColumnMasterKey(Database, String, String, String) |
Constructeur paramétré : remplit les propriétés à partir des valeurs de paramètre. |
| ColumnMasterKey(Database, String, String, String, Boolean, Byte[]) |
Constructeur paramétré : remplit les propriétés à partir des valeurs de paramètre. |
ColumnMasterKey()
public ColumnMasterKey();
Public Sub New ()
S’applique à
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)
Paramètres
- database
- Database
- name
- String
S’applique à
ColumnMasterKey(Database, String, String, String)
Constructeur paramétré : remplit les propriétés à partir des valeurs de paramètre.
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)
Paramètres
- parent
- Database
Base de données parente
- name
- String
Nom de la clé principale de colonne
- keyStoreProviderName
- String
Nom du fournisseur de magasin de clés
- keyPath
- String
Chemin de la clé principale de colonne
S’applique à
ColumnMasterKey(Database, String, String, String, Boolean, Byte[])
Constructeur paramétré : remplit les propriétés à partir des valeurs de paramètre.
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())
Paramètres
- parent
- Database
Base de données parente
- name
- String
Nom de la clé principale de colonne
- keyStoreProviderName
- String
Nom du fournisseur de magasin de clés
- keyPath
- String
Chemin de la clé principale de colonne
- allowEnclaveComputations
- Boolean
Si cette clé peut être utilisée pour les calculs d’enclave
- signature
- Byte[]
Signature de clé principale de colonne, elle est ignorée si AllowEnclaveComputations ne sont pas prises en charge