Share via


LogProviderInfo Members

Include Protected Members
Include Inherited Members

Provides information about the log providers found on the computer. This class cannot be inherited.

The LogProviderInfo type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property CreationName Returns the string used by the runtime engine to create an instance of the LogProvider object and to add the object to the LogProviders collection. This property is read-only.
Public property Description Returns the description for the log provider. This property is read-only.
Public property FileName Returns the name of the log provider file. This property is read-only.
Public property FileNameVersionString Returns the file name version string of the log provider. This property is read-only.
Public property IconFile Returns the name of the file that contains the icon. This property is read-only.
Public property IconResource Returns the resource identifier of the icon. This property is read-only.
Public property ID Returns the GUID that uniquely identifies this log provider. This property is read-only.
Public property LogProviderContact Returns the contact information for the log provider. This property is read-only.
Public property LogProviderType Returns the type of the log provider. This property is read-only.
Public property Name Gets or sets a name for the log provider.
Public property UITypeName Returns the UIType name for the log provider user interface.

Top