Конструктор BackupInfo (String)
Initializes a new instance of the BackupInfo class using the file name to backup to.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
file As String _
)
'Применение
Dim file As String
Dim instance As New BackupInfo(file)
public BackupInfo(
string file
)
public:
BackupInfo(
String^ file
)
new :
file:string -> BackupInfo
public function BackupInfo(
file : String
)
Параметры
- file
Тип: System.String
The name of the file to backup to.