Condividi tramite


Costruttore BackupLocation (String, String)

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

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

Sintassi

'Dichiarazione
Public Sub New ( _
    file As String, _
    dataSourceId As String _
)
'Utilizzo
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
)

Parametri