EncryptorName 属性

Gets or sets the name of the server certificate that was used to encrypt the database.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EncryptorName As String
    Get
    Set
用法
Dim instance As DatabaseEncryptionKey
Dim value As String

value = instance.EncryptorName

instance.EncryptorName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string EncryptorName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ EncryptorName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EncryptorName : string with get, set
function get EncryptorName () : String
function set EncryptorName (value : String)

属性值

类型:System. . :: . .String
String