LogEntryInfo Members

Contains properties that describe a log entry. This class cannot be inherited.

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

Public Properties

  Name Description
ms212838.pubproperty(en-US,SQL.90).gif CreationName Returns the string used by the Integration Services runtime to create an instance of the LogEntryInfo object and to add the object to the LogEntryInfos collection. This property is read-only.
ms212838.pubproperty(en-US,SQL.90).gif Description Gets or sets the description for the log entry.
ms212838.pubproperty(en-US,SQL.90).gif FrequencyHint Returns a value that indicates the frequency that you expect to see a particular log entry.
ms212838.pubproperty(en-US,SQL.90).gif ID Returns a GUID for the log entry. This property is read-only.
ms212838.pubproperty(en-US,SQL.90).gif Name Gets or sets a name for the log entry.

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

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

Top

See Also

Reference

LogEntryInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace