EncryptorName 속성
Gets or sets the name of the server certificate that was used to encrypt the database.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property EncryptorName As String
Get
Set
‘사용 방법
Dim instance As DatabaseEncryptionKey
Dim value As String
value = instance.EncryptorName
instance.EncryptorName = value
[SfcPropertyAttribute]
public string EncryptorName { get; set; }
[SfcPropertyAttribute]
public:
property String^ EncryptorName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member EncryptorName : string with get, set
function get EncryptorName () : String
function set EncryptorName (value : String)