Поделиться через


BackupLocation Constructor (String, String)

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
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
)

Параметры

  • file
  • dataSourceId

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

BackupLocation Class
BackupLocation Members
Microsoft.AnalysisServices Namespace