LogProvider Properties

Include Protected Members
Include Inherited Members

The LogProvider type exposes the following members.

Properties

  Name Description
Public property ConfigString Gets or sets the connection and configuration information for the specific log provider.
Public property CreationName Returns the string used by the runtime to create an instance of the LogProvider object. This property is read-only.
Public property DelayValidation Gets or sets a Boolean that specifies whether a call to Validate for the log provider is delayed until package execution.
Public property Description Gets or sets the description of the LogProvider object.
Public property HostType Gets an enumeration that describes the type of host that the log provider is being used by. This property is read-only
Public property ID Gets the ID of the LogProvider. This property is read-only.
Public property InnerObject Returns the specific log provider that is being hosted by the LogProvider object.
Public property Name Gets or sets a the name of the LogProvider object, such as "SSIS log provider for Text files". This string is the text that shows in the Configure SSIS Logs (Providers and Logs Tab) dialog box in the Provider type drop-down menu.
Public property Properties Returns a DtsProperties collection, which contains a collection of DtsProperty objects.
Public property Site Infrastructure.

Top