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.

참고 항목

참조

BackupStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스