MirroringSafetyLevel Propiedad
Obtiene o establece el nivel de seguridad de creación de reflejo.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirroringSafetyLevel As MirroringSafetyLevel
Get
Set
'Uso
Dim instance As Database
Dim value As MirroringSafetyLevel
value = instance.MirroringSafetyLevel
instance.MirroringSafetyLevel = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public MirroringSafetyLevel MirroringSafetyLevel { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property MirroringSafetyLevel MirroringSafetyLevel {
MirroringSafetyLevel get ();
void set (MirroringSafetyLevel value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringSafetyLevel : MirroringSafetyLevel with get, set
function get MirroringSafetyLevel () : MirroringSafetyLevel
function set MirroringSafetyLevel (value : MirroringSafetyLevel)
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .MirroringSafetyLevel
Valor del objeto MirroringSafetyLevel que especifica el nivel de seguridad de creación de reflejo.