ISql90SymmetricKey.KeySource Property

Gets or sets a key source.

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

Syntax

'Declaration
Property KeySource As String
    Get
    Set
'Usage
Dim instance As ISql90SymmetricKey
Dim value As String

value = instance.KeySource

instance.KeySource = value
string KeySource { get; set; }
property String^ KeySource {
    String^ get ();
    void set (String^ value);
}
function get KeySource () : String
function set KeySource (value : String)
abstract KeySource : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace