DatabaseMirroringPayload.EndpointEncryptionAlgorithm プロパティ

ミラーリング ペイロードで必要な暗号化アルゴリズムを取得します。値の設定も可能です。

名前空間:  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
ミラーリング ペイロードで必要な暗号化アルゴリズムを示す EndpointEncryptionAlgorithm 値。

使用例

エンドポイントの実装

関連項目

参照

DatabaseMirroringPayload クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

データベース ミラーリングの管理

CREATE ENDPOINT (Transact-SQL)