RestoreInfo.Locations プロパティ

復元するリモート パーティションの場所を示す RestoreLocationCollection オブジェクトを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property Locations As RestoreLocationCollection 
    Get
'使用
Dim instance As RestoreInfo 
Dim value As RestoreLocationCollection 

value = instance.Locations
public RestoreLocationCollection Locations { get; }
public:
property RestoreLocationCollection^ Locations {
    RestoreLocationCollection^ get ();
}
member Locations : RestoreLocationCollection
function get Locations () : RestoreLocationCollection

プロパティ値

型: Microsoft.AnalysisServices.RestoreLocationCollection
RestoreLocationCollection コレクション オブジェクトです。

関連項目

参照

RestoreInfo クラス

Microsoft.AnalysisServices 名前空間