ColumnEncryptionKey Construtores

Definição

Sobrecargas

ColumnEncryptionKey()

public ColumnEncryptionKey();
Public Sub New ()

Aplica-se a

ColumnEncryptionKey(Database, String)

public ColumnEncryptionKey(Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.ColumnEncryptionKey : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.ColumnEncryptionKey
Public Sub New (database As Database, name As String)

Parâmetros

database
Database
name
String

Aplica-se a