IDTSSupportVerboseLogging100.SetVerboseLoggingMode(Boolean) 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.
Sets the mode of the verbose logging.
public:
void SetVerboseLoggingMode(bool vbVerboseLogging);
public void SetVerboseLoggingMode (bool vbVerboseLogging);
abstract member SetVerboseLoggingMode : bool -> unit
Public Sub SetVerboseLoggingMode (vbVerboseLogging As Boolean)
Parameters
- vbVerboseLogging
- Boolean
true to set the verbose logging; otherwise, false.