Share via


LogProviderInfo Members

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

The following tables list the members exposed by the LogProviderInfo type.

Public Properties

  Name Description
ms212787.pubproperty(en-US,SQL.90).gif 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.
ms212787.pubproperty(en-US,SQL.90).gif Description Returns the description for the log provider. This property is read-only.
ms212787.pubproperty(en-US,SQL.90).gif FileName Returns the name of the log provider file. This property is read-only.
ms212787.pubproperty(en-US,SQL.90).gif FileNameVersionString Returns the file name version string of the log provider. This property is read-only.
ms212787.pubproperty(en-US,SQL.90).gif IconFile Returns the name of the file that contains the icon. This property is read-only.
ms212787.pubproperty(en-US,SQL.90).gif IconResource Returns the resource identifier of the icon. This property is read-only.
ms212787.pubproperty(en-US,SQL.90).gif ID Returns the GUID that uniquely identifies this log provider. This property is read-only.
ms212787.pubproperty(en-US,SQL.90).gif LogProviderContact Returns the contact information for the log provider. This property is read-only.
ms212787.pubproperty(en-US,SQL.90).gif LogProviderType Returns the type of the log provider. This property is read-only.
ms212787.pubproperty(en-US,SQL.90).gif Name Gets or sets a name for the log provider.
ms212787.pubproperty(en-US,SQL.90).gif UITypeName Returns the UIType name for the log provider user interface.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms212787.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212787.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212787.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms212787.pubmethod(en-US,SQL.90).gifms212787.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212787.pubmethod(en-US,SQL.90).gifms212787.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212787.pubmethod(en-US,SQL.90).gifms212787.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212787.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms212787.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms212787.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

LogProviderInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace