Database.MirroringTimeout Property
SQL Server 2012
Gets or sets the maximum time, in seconds, that the principal server instance waits for a PING message from another instance in the mirroring session before assuming the other instance is disconnected.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public int MirroringTimeout { get; set; }
Property Value
Type: System.Int32A Int32 value that specifies the mirroring time-out period, in seconds, on the principal server instance.