Compartir a través de


BackupStatement.MirrorToClauses Propiedad

Gets a list of where the backup should be mirrored.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

BackupStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom