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.