Partilhar via


Propriedade ISql90SymmetricKey.KeySource

Obtém ou define a frase secreta do qual derivar a chave.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90SymmetricKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel