次の方法で共有


RestoreLocation.DataSourceType プロパティ

データ ソースのタイプを取得または設定します。

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

構文

'宣言
Public Property DataSourceType As RestoreDataSourceType 
    Get 
    Set
'使用
Dim instance As RestoreLocation 
Dim value As RestoreDataSourceType 

value = instance.DataSourceType

instance.DataSourceType = value
public RestoreDataSourceType DataSourceType { get; set; }
public:
property RestoreDataSourceType DataSourceType {
    RestoreDataSourceType get ();
    void set (RestoreDataSourceType value);
}
member DataSourceType : RestoreDataSourceType with get, set
function get DataSourceType () : RestoreDataSourceType 
function set DataSourceType (value : RestoreDataSourceType)

プロパティ値

型: Microsoft.AnalysisServices.RestoreDataSourceType
データ ソースのタイプです。

関連項目

参照

RestoreLocation クラス

Microsoft.AnalysisServices 名前空間