Condividi tramite


Proprietà RestoreLocation.DataSourceType

Gets or sets the type of data source.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

RestoreLocation Classe

Spazio dei nomi Microsoft.AnalysisServices