Класс LogProviderXMLFileClass
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a class for the LogProviderXMLFile interface.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderXMLFileClass _
Implements IDTSLogProvider100, LogProviderXMLFile, IDTSLogging100, IDTSName100
'Применение
Dim instance As LogProviderXMLFileClass
[GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class LogProviderXMLFileClass : IDTSLogProvider100,
LogProviderXMLFile, IDTSLogging100, IDTSName100
[GuidAttribute(L"9D1392C1-01C0-4148-A258-F20AF6E4EA3E")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class LogProviderXMLFileClass : IDTSLogProvider100,
LogProviderXMLFile, IDTSLogging100, IDTSName100
[<GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type LogProviderXMLFileClass =
class
interface IDTSLogProvider100
interface LogProviderXMLFile
interface IDTSLogging100
interface IDTSName100
end
public class LogProviderXMLFileClass implements IDTSLogProvider100, LogProviderXMLFile, IDTSLogging100, IDTSName100
Тип LogProviderXMLFileClass обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
LogProviderXMLFileClass | Инфраструктура. Initializes a new instance of the LogProviderXMLFileClass 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.