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