Поделиться через


Элементы LogProviderInfo

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

Тип LogProviderInfo предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Наследуется из DtsObject.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Returns the hash code for this instance. (Наследуется из DtsObject.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.
Открытое свойство Description Returns the description for the log provider. This property is read-only.
Открытое свойство FileName Returns the name of the log provider file. This property is read-only.
Открытое свойство FileNameVersionString Returns the file name version string of the log provider. This property is read-only.
Открытое свойство IconFile Returns the name of the file that contains the icon. This property is read-only.
Открытое свойство IconResource Returns the resource identifier of the icon. This property is read-only.
Открытое свойство ID Returns the GUID that uniquely identifies this log provider. This property is read-only.
Открытое свойство LogProviderContact Returns the contact information for the log provider. This property is read-only.
Открытое свойство LogProviderType Returns the type of the log provider. This property is read-only.
Открытое свойство Name Gets or sets a name for the log provider.
Открытое свойство UITypeName Returns the UIType name for the log provider user interface.

В начало