Membros LogProviderInfo

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

O tipo LogProviderInfo expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals Determines whether two object instances are equal. (Herdado de DtsObject.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Returns the hash code for this instance. (Herdado de DtsObject.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

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

Início