RestoreLocation.DataSourceType Property

Gets or sets the type of data source.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property DataSourceType As RestoreDataSourceType 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.AnalysisServices.RestoreDataSourceType
The type of data source.

See Also

Reference

RestoreLocation Class

Microsoft.AnalysisServices Namespace