EncryptionAlgorithm 속성
Gets or sets the encryption key algorithm.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property EncryptionAlgorithm As DatabaseEncryptionAlgorithm
Get
Set
‘사용 방법
Dim instance As DatabaseEncryptionKey
Dim value As DatabaseEncryptionAlgorithm
value = instance.EncryptionAlgorithm
instance.EncryptionAlgorithm = value
[SfcPropertyAttribute]
public DatabaseEncryptionAlgorithm EncryptionAlgorithm { get; set; }
[SfcPropertyAttribute]
public:
property DatabaseEncryptionAlgorithm EncryptionAlgorithm {
DatabaseEncryptionAlgorithm get ();
void set (DatabaseEncryptionAlgorithm value);
}
[<SfcPropertyAttribute>]
member EncryptionAlgorithm : DatabaseEncryptionAlgorithm with get, set
function get EncryptionAlgorithm () : DatabaseEncryptionAlgorithm
function set EncryptionAlgorithm (value : DatabaseEncryptionAlgorithm)