다음을 통해 공유


DatabaseMirroringPayload.EndpointEncryptionAlgorithm 속성

Gets or sets the encryption algorithm required by the mirroring payload.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryptionAlgorithm As EndpointEncryptionAlgorithm 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseMirroringPayload 
Dim value As EndpointEncryptionAlgorithm 

value = instance.EndpointEncryptionAlgorithm

instance.EndpointEncryptionAlgorithm = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointEncryptionAlgorithm EndpointEncryptionAlgorithm { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointEncryptionAlgorithm EndpointEncryptionAlgorithm {
    EndpointEncryptionAlgorithm get ();
    void set (EndpointEncryptionAlgorithm value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

끝점 구현

참고 항목

참조

DatabaseMirroringPayload 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 미러링 관리

CREATE ENDPOINT(Transact-SQL)