Dela via


ISql90SymmetricKey.KeySource Property

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

Syntax

'Declaration
Property KeySource As String
'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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

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