BackupMediaSet.MirrorCount 속성
Gets the mirror count.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property MirrorCount As Integer
Get
‘사용 방법
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
속성 값
유형: System.Int32
The mirror count.