Поделиться через


Интерфейс LogProviderSQLProfiler

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

For more information, see LogProviderSQLProfilerClass.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface LogProviderSQLProfiler _
    Inherits IDTSLogProvider100
'Применение
Dim instance As LogProviderSQLProfiler
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface LogProviderSQLProfiler : IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class LogProviderSQLProfiler : IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type LogProviderSQLProfiler =  
    interface 
        interface IDTSLogProvider100 
    end
public interface LogProviderSQLProfiler extends IDTSLogProvider100

Тип LogProviderSQLProfiler обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ConfigString Инфраструктура. Gets or sets the connection and configuration information for the specific log provider. (Производный от IDTSLogProvider100.)

В начало

Методы

  Имя Описание
Открытый метод CloseLog Closes the log. (Производный от IDTSLogProvider100.)
Открытый метод OpenLog Инфраструктура. Opens the log. (Производный от IDTSLogProvider100.)
Открытый метод Validate Validates the log and returns an enumeration that indicates success or failure. (Производный от IDTSLogProvider100.)

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper