Freigeben über


LogProviderInfo-Member

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

Der LogProviderInfo-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft Description Returns the description for the log provider. This property is read-only.
Öffentliche Eigenschaft FileName Returns the name of the log provider file. This property is read-only.
Öffentliche Eigenschaft FileNameVersionString Returns the file name version string of the log provider. This property is read-only.
Öffentliche Eigenschaft IconFile Returns the name of the file that contains the icon. This property is read-only.
Öffentliche Eigenschaft IconResource Returns the resource identifier of the icon. This property is read-only.
Öffentliche Eigenschaft ID Returns the GUID that uniquely identifies this log provider. This property is read-only.
Öffentliche Eigenschaft LogProviderContact Returns the contact information for the log provider. This property is read-only.
Öffentliche Eigenschaft LogProviderType Returns the type of the log provider. This property is read-only.
Öffentliche Eigenschaft Name Gets or sets a name for the log provider.
Öffentliche Eigenschaft UITypeName Returns the UIType name for the log provider user interface.

Zum Anfang