Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the mirror count.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property MirrorCount As Integer
Get
'Usage
Dim instance As BackupMediaSet
Dim value As Integer
value = instance.MirrorCount
public int MirrorCount { get; }
public:
property int MirrorCount {
int get ();
}
member MirrorCount : int
function get MirrorCount () : int
Property Value
Type: System.Int32
The mirror count.