Свойство AsymmetricKeyCreateLoginSource.Key

Gets or sets the asymmetric key name.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Key As Identifier 
    Get 
    Set
'Применение
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);
}
member Key : Identifier with get, set
function get Key () : Identifier 
function set Key (value : Identifier)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The asymmetric key name.

См. также

Справочник

AsymmetricKeyCreateLoginSource Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom