AsymmetricKeyName 屬性
Gets the name of the asymmetric key.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<ExtendedPropertyAttribute> _
Public Property AsymmetricKeyName As String
Get
Set
'用途
Dim instance As DatabaseEncryptionKeyExtender
Dim value As String
value = instance.AsymmetricKeyName
instance.AsymmetricKeyName = value
[ExtendedPropertyAttribute]
public string AsymmetricKeyName { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ AsymmetricKeyName {
String^ get ();
void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member AsymmetricKeyName : string with get, set
function get AsymmetricKeyName () : String
function set AsymmetricKeyName (value : String)