Partager via


Classe LogEntryInfo

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

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.LogEntryInfo

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class LogEntryInfo _
    Inherits DtsObject _
    Implements IDTSName
'Utilisation
Dim instance As LogEntryInfo
public sealed class LogEntryInfo : DtsObject, 
    IDTSName
public ref class LogEntryInfo sealed : public DtsObject, 
    IDTSName
[<SealedAttribute>]
type LogEntryInfo =  
    class 
        inherit DtsObject 
        interface IDTSName 
    end
public final class LogEntryInfo extends DtsObject implements IDTSName

Le type LogEntryInfo expose les membres suivants.

Propriétés

  Nom Description
Propriété publique 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.
Propriété publique Description Gets or sets the description for the log entry.
Propriété publique FrequencyHint Returns a value that indicates the frequency that you expect to see a particular log entry.
Propriété publique ID Returns a GUID for the log entry. This property is read-only.
Propriété publique Name Gets or sets a name for the log entry.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (hérité de DtsObject.)
Méthode publique GetHashCode Returns the hash code for this instance. (hérité de DtsObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime