Share via


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 네임스페이스