共用方式為


RestoreLocation.DataSourceType 屬性

Gets or sets the type of data source.

命名空間:  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
The type of data source.

請參閱

參考

RestoreLocation 類別

Microsoft.AnalysisServices 命名空間