Gets a list of where the backup should be mirrored.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property MirrorToClauses As IList(Of MirrorToClause)
Get
用法
Dim instance As BackupStatement
Dim value As IList(Of MirrorToClause)
value = instance.MirrorToClauses
public IList<MirrorToClause> MirrorToClauses { get; }
public:
property IList<MirrorToClause^>^ MirrorToClauses {
IList<MirrorToClause^>^ get ();
}
member MirrorToClauses : IList<MirrorToClause>
function get MirrorToClauses () : IList<MirrorToClause>
属性值
类型:System.Collections.Generic.IList<MirrorToClause>
The list of where the backup should be mirrored.