SPBackupRestoreInformation.Log-Methode (SqlCommand)
Schreibt die angegebenen SqlCommand als Zeichenfolge in die Protokolldatei sichern oder wiederherstellen.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Log ( _
command As SqlCommand _
)
'Usage
Dim instance As SPBackupRestoreInformation
Dim command As SqlCommand
instance.Log(command)
public void Log(
SqlCommand command
)
Parameter
command
Typ: System.Data.SqlClient.SqlCommandDer SQL-Befehl, der angemeldet ist.
Siehe auch
Referenz
SPBackupRestoreInformation Klasse