Свойство 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
См. также