Compartir a través de


Clase LogEntryInfo

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public NotInheritable Class LogEntryInfo _
    Inherits DtsObject _
    Implements IDTSName
'Uso
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

El tipo LogEntryInfo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública 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.
Propiedad pública Description Gets or sets the description for the log entry.
Propiedad pública FrequencyHint Returns a value that indicates the frequency that you expect to see a particular log entry.
Propiedad pública ID Returns a GUID for the log entry. This property is read-only.
Propiedad pública Name Gets or sets a name for the log entry.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two object instances are equal. (Se hereda de DtsObject.)
Método público GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime