Condividi tramite


Classe LogEntryInfo

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class LogEntryInfo _
    Inherits DtsObject _
    Implements IDTSName
'Utilizzo
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

Nel tipo LogEntryInfo sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica 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.
Proprietà pubblica Description Gets or sets the description for the log entry.
Proprietà pubblica FrequencyHint Returns a value that indicates the frequency that you expect to see a particular log entry.
Proprietà pubblica ID Returns a GUID for the log entry. This property is read-only.
Proprietà pubblica Name Gets or sets a name for the log entry.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.