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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.