Udostępnij za pośrednictwem


Konstruktor BackupLocation (String, String)

Inicjuje nowe wystąpienie BackupLocation klasy, określając nazwę pliku i nazwę źródło danych.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Sub New ( _
    file As String, _
    dataSourceId As String _
)
'Użycie
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
)

Parametry