DatabaseEncryptionKeyExtender.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)
属性值
类型:System.String
The name of the asymmetric key.