Compartilhar via


Propriedade do RDL BackupStatement.MirrorToClauses

Gets a list of where the backup should be mirrored.

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

Sintaxe

'Declaração
Public ReadOnly Property MirrorToClauses As IList(Of MirrorToClause)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

BackupStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom