Поделиться через


Класс LogEntryInfo

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public NotInheritable Class LogEntryInfo _
    Inherits DtsObject _
    Implements IDTSName
'Применение
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

Тип LogEntryInfo обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.
Открытое свойство Description Gets or sets the description for the log entry.
Открытое свойство FrequencyHint Returns a value that indicates the frequency that you expect to see a particular log entry.
Открытое свойство ID Returns a GUID for the log entry. This property is read-only.
Открытое свойство Name Gets or sets a name for the log entry.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two object instances are equal. (Производный от DtsObject.)
Открытый метод GetHashCode Returns the hash code for this instance. (Производный от DtsObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime