Condividi tramite


BackupLocation Constructor (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 _
)
public BackupLocation (
    string file,
    string dataSourceId
)
public:
BackupLocation (
    String^ file, 
    String^ dataSourceId
)
public BackupLocation (
    String file, 
    String dataSourceId
)
public function BackupLocation (
    file : String, 
    dataSourceId : String
)

Parametri

  • file
  • dataSourceId

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

BackupLocation Class
BackupLocation Members
Microsoft.AnalysisServices Namespace