EndpointEncryptionAlgorithm 속성
Gets or sets the encryption algorithm required by the mirroring payload.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property EndpointEncryptionAlgorithm As EndpointEncryptionAlgorithm
Get
Set
‘사용 방법
Dim instance As DatabaseMirroringPayload
Dim value As EndpointEncryptionAlgorithm
value = instance.EndpointEncryptionAlgorithm
instance.EndpointEncryptionAlgorithm = value
[SfcPropertyAttribute]
public EndpointEncryptionAlgorithm EndpointEncryptionAlgorithm { get; set; }
[SfcPropertyAttribute]
public:
property EndpointEncryptionAlgorithm EndpointEncryptionAlgorithm {
EndpointEncryptionAlgorithm get ();
void set (EndpointEncryptionAlgorithm value);
}
[<SfcPropertyAttribute>]
member EndpointEncryptionAlgorithm : EndpointEncryptionAlgorithm with get, set
function get EndpointEncryptionAlgorithm () : EndpointEncryptionAlgorithm
function set EndpointEncryptionAlgorithm (value : EndpointEncryptionAlgorithm)
속성 값
형식: Microsoft.SqlServer.Management.Smo. . :: . .EndpointEncryptionAlgorithm
An EndpointEncryptionAlgorithm value that specifies encryption algorithm required by the mirroring payload.