Свойство 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