Database.MirroringStatus Property
Gets the status of the database and the database mirroring session.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringStatus As MirroringStatus
[SfcPropertyAttribute]
public MirroringStatus MirroringStatus { get; }
[SfcPropertyAttribute]
public:
property MirroringStatus MirroringStatus {
MirroringStatus get ();
}
/** @property */
public MirroringStatus get_MirroringStatus ()
public function get MirroringStatus () : MirroringStatus
Property Value
A MirroringStatus object value that specifies the status of the database and mirroring session.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.