Share via


BackupStatement.MirrorToClauses Property

Gets a list of where the backup should be mirrored.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

.NET Framework Security

See Also

Reference

BackupStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace