DatabaseMaintenanceBaseTask.WriteToDTSLog(IDTSLogging, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
void WriteToDTSLog(Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log, System::String ^ message);
protected void WriteToDTSLog (Microsoft.SqlServer.Dts.Runtime.IDTSLogging log, string message);
member this.WriteToDTSLog : Microsoft.SqlServer.Dts.Runtime.IDTSLogging * string -> unit
Protected Sub WriteToDTSLog (log As IDTSLogging, message As String)
Parameters
- log
- IDTSLogging
- message
- String