Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the encryption key source.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property KeySource As EncryptionSource
Get
Set
'Usage
Dim instance As CreateAsymmetricKeyStatement
Dim value As EncryptionSource
value = instance.KeySource
instance.KeySource = value
public EncryptionSource KeySource { get; set; }
public:
property EncryptionSource^ KeySource {
EncryptionSource^ get ();
void set (EncryptionSource^ value);
}
member KeySource : EncryptionSource with get, set
function get KeySource () : EncryptionSource
function set KeySource (value : EncryptionSource)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionSource
The encryption key source.