ColumnEncryptionKey Constructors

Definition

Overloads

ColumnEncryptionKey()
ColumnEncryptionKey(Database, String)

ColumnEncryptionKey()

public ColumnEncryptionKey ();
Public Sub New ()

Applies to

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)

Parameters

database
Database
name
String

Applies to