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 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | Returns the hash code for this instance. (从 DtsObject 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。