Bagikan melalui


BackupMediaSet.MirrorCount Property

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.

See Also

Reference

BackupMediaSet Class

Microsoft.SqlServer.Management.Smo Namespace