DatabaseMirroringPayload.EndpointEncryption 属性
Gets or sets the encryption state on the mirroring payload.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryption As EndpointEncryption
Get
Set
用法
Dim instance As DatabaseMirroringPayload
Dim value As EndpointEncryption
value = instance.EndpointEncryption
instance.EndpointEncryption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointEncryption EndpointEncryption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointEncryption EndpointEncryption {
EndpointEncryption get ();
void set (EndpointEncryption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointEncryption : EndpointEncryption with get, set
function get EndpointEncryption () : EndpointEncryption
function set EndpointEncryption (value : EndpointEncryption)
属性值
类型:Microsoft.SqlServer.Management.Smo.EndpointEncryption
An EndpointEncryption value that specifies the encryption state on the mirroring payload.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间