Delen via


BackupStatement.MirrorToClauses Property

Gets a list of where the backup should be mirrored.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property MirrorToClauses As IList(Of MirrorToClause)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IList<MirrorToClause>
The list of where the backup should be mirrored.

See Also

Reference

BackupStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace