Класс LogProviderTextFileClass
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a class for the LogProviderTextFile interface.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderTextFileClass _
Implements IDTSLogProvider100, LogProviderTextFile, IDTSLogging100, IDTSName100
'Применение
Dim instance As LogProviderTextFileClass
[GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class LogProviderTextFileClass : IDTSLogProvider100,
LogProviderTextFile, IDTSLogging100, IDTSName100
[GuidAttribute(L"03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class LogProviderTextFileClass : IDTSLogProvider100,
LogProviderTextFile, IDTSLogging100, IDTSName100
[<GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type LogProviderTextFileClass =
class
interface IDTSLogProvider100
interface LogProviderTextFile
interface IDTSLogging100
interface IDTSName100
end
public class LogProviderTextFileClass implements IDTSLogProvider100, LogProviderTextFile, IDTSLogging100, IDTSName100
Тип LogProviderTextFileClass обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
LogProviderTextFileClass | Инфраструктура. Initializes a new instance of the LogProviderTextFileClass class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
ConfigString | Инфраструктура. Gets or sets a string used to configure the log provider. | |
CreationName | Инфраструктура. Gets the string used by the runtime to create an instance of the log provider. | |
Description | Инфраструктура. Gets or sets the description of the log provider. | |
Enabled | Инфраструктура. Gets a value that indicates whether the log provider is enabled. | |
ID | Инфраструктура. Gets the identifier of the log provider. | |
Name | Инфраструктура. Gets or sets the name of the log provider. |
В начало
Методы
Имя | Описание | |
---|---|---|
CloseLog | Инфраструктура. Closes the log. | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetFilterStatus | Инфраструктура. Gets the filter status of the specified events. | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
Log | Инфраструктура. Writes the log entry. | |
MemberwiseClone | (Производный от Object.) | |
OpenLog | Инфраструктура. Opens the log. | |
ToString | (Производный от Object.) | |
Validate | Инфраструктура. Validates the log provider with the specified events. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.