Freigeben über


BackupMediaSet.MirrorCount-Eigenschaft

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

Eigenschaftswert

Typ: System.Int32
The mirror count.

Siehe auch

Verweis

BackupMediaSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace