RestoreLocation.DataSourceType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of data source.

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

Syntax

[DefaultValueAttribute(RestoreDataSourceType.Remote)]
public RestoreDataSourceType DataSourceType { get; set; }
public:
[DefaultValueAttribute(RestoreDataSourceType::Remote)]
property RestoreDataSourceType DataSourceType {
    RestoreDataSourceType get();
    void set(RestoreDataSourceType value);
}
[<DefaultValueAttribute(RestoreDataSourceType.Remote)>]
member DataSourceType : RestoreDataSourceType with get, set
<DefaultValueAttribute(RestoreDataSourceType.Remote)>
Public Property DataSourceType As RestoreDataSourceType

Property Value

Type: Microsoft.AnalysisServices.RestoreDataSourceType

The type of data source.

See Also

RestoreLocation Class
Microsoft.AnalysisServices Namespace

Return to top