Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.