ColumnEncryptionKey Costruttori

Definizione

Overload

ColumnEncryptionKey()

public ColumnEncryptionKey();
Public Sub New ()

Si applica 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)

Parametri

database
Database
name
String

Si applica a