BackupStatement.MirrorToClauses プロパティ

バックアップをミラー化する場所の一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property MirrorToClauses As IList(Of MirrorToClause)
'使用
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 ();
}
public function get MirrorToClauses () : IList<MirrorToClause>

プロパティ値

型 : System.Collections.Generic.IList<MirrorToClause>

参照

参照

BackupStatement クラス

BackupStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間