Constructeur BackupLocation (String, String)

Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    file As String, _
    dataSourceId As String _
)
'Utilisation
Dim file As String 
Dim dataSourceId As String 

Dim instance As New BackupLocation(file, dataSourceId)
public BackupLocation(
    string file,
    string dataSourceId
)
public:
BackupLocation(
    String^ file, 
    String^ dataSourceId
)
new : 
        file:string * 
        dataSourceId:string -> BackupLocation
public function BackupLocation(
    file : String, 
    dataSourceId : String
)

Paramètres

Voir aussi

Référence

BackupLocation Classe

Surcharge BackupLocation

Espace de noms Microsoft.AnalysisServices