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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间