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.