Metodo QSConnectionCreateBackupCommand
|
Crea e restituisce un comando di creazione BACKUP del database
Namespace:
QSAdoNet
Assembly:
QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public QsCreateBackupCommand CreateBackupCommand(
string filename
)
Public Function CreateBackupCommand (
filename As String
) As QsCreateBackupCommand
public:
QsCreateBackupCommand^ CreateBackupCommand(
String^ filename
)
member CreateBackupCommand :
filename : string -> QsCreateBackupCommand
Parametri
- filename
- Tipo: SystemString
Nome file out di backup
Valore di ritorno
Tipo:
QsCreateBackupCommandVedi anche