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 値。