Proprietà ISql90SymmetricKey.KeySource

Ottiene o imposta la passphrase dalla quale derivare la chiave.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property KeySource As String
    Get
    Set
string KeySource { get; set; }
property String^ KeySource {
    String^ get ();
    void set (String^ value);
}
abstract KeySource : string with get, set
function get KeySource () : String
function set KeySource (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90SymmetricKey Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel