Share via


AsymmetricKeyCreateLoginSource.Key Property

Gets or sets the key name.

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

Syntax

'Declaration
Public Property Key As Identifier
'Usage
Dim instance As AsymmetricKeyCreateLoginSource 
Dim value As Identifier 

value = instance.Key

instance.Key = value
public Identifier Key { get; set; }
public:
property Identifier^ Key {
    Identifier^ get ();
    void set (Identifier^ value);
}
public function get Key () : Identifier 
public function set Key (value : Identifier)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

.NET Framework Security

See Also

Reference

AsymmetricKeyCreateLoginSource Class

AsymmetricKeyCreateLoginSource Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace