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 命名空间