Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the BackupInfo class using the file name to backup to.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
file As String _
)
'Usage
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
)
Parameters
- file
Type: System.String
The name of the file to backup to.