SPBackupRestoreInformation.Log - Méthode (SqlCommand)
Écrit le spécifié SqlCommand sous la forme d'une chaîne dans le fichier journal de sauvegarde ou de restauration.
Espace de noms : Microsoft.SharePoint.Administration.Backup
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub Log ( _
command As SqlCommand _
)
'Utilisation
Dim instance As SPBackupRestoreInformation
Dim command As SqlCommand
instance.Log(command)
public void Log(
SqlCommand command
)
Paramètres
command
Type : System.Data.SqlClient.SqlCommandLa commande SQL qui est consignée.
Voir aussi
Référence
SPBackupRestoreInformation classe