BackupStatement.MirrorToClauses 屬性
Gets a list of where the backup should be mirrored.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property MirrorToClauses As IList(Of MirrorToClause)
Get
'用途
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>
屬性值
型別:System.Collections.Generic.IList<MirrorToClause>
The list of where the backup should be mirrored.