Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.