Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the encryption state on the mirroring payload.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryption As EndpointEncryption
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.EndpointEncryption
An EndpointEncryption value that specifies the encryption state on the mirroring payload.
Ejemplos
Vea también
Referencia
DatabaseMirroringPayload Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo
Otros recursos
Administración de la creación de reflejo de la base de datos