DatabaseMirroringPayload.EndpointEncryption Property

 

Gets or sets the encryption state on the mirroring payload.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointEncryption EndpointEncryption { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property EndpointEncryption EndpointEncryption {
    EndpointEncryption get();
    void set(EndpointEncryption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointEncryption : EndpointEncryption with get, set
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public Property EndpointEncryption As EndpointEncryption

Property Value

Type: Microsoft.SqlServer.Management.Smo.EndpointEncryption

An EndpointEncryption value that specifies the encryption state on the mirroring payload.

Examples

Legacy Code Example

Implementing Endpoints

See Also

DatabaseMirroringPayload Class
Microsoft.SqlServer.Management.Smo Namespace

CREATE ENDPOINT (Transact-SQL)
Unable to find linked topic '25a44245-e28d-41b5-ad65-7778d50c42ea'.

Return to top