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.
The MirroringSafetyLevel enumeration contains values that specify the safety guarantee on updates to the mirrored database.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Sintaxis
'Declaración
Public Enumeration MirroringSafetyLevel
'Uso
Dim instance As MirroringSafetyLevel
public enum MirroringSafetyLevel
public enum class MirroringSafetyLevel
type MirroringSafetyLevel
public enum MirroringSafetyLevel
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| Full | Value = 3. Updated data is fully guaranteed. | |
| None | Value = 0. Database is not mirrored. | |
| Off | Value = 2. Updated data is not guaranteed. | |
| Unknown | Value = 1. The safety level is unknown. |
Comentarios
The MirroringSafetyLevel enumeration class is served by the MirroringSafetyLevel property.