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)
'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 ();
}
public function get MirrorToClauses () : IList<MirrorToClause>

Property Value

Type: System.Collections.Generic.IList<MirrorToClause>

.NET Framework Security

See Also

Reference

BackupStatement Class

BackupStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace