Freigeben über


LogProviderSQLProfiler-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see LogProviderSQLProfilerClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface LogProviderSQLProfiler _
    Inherits IDTSLogProvider100
'Usage
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

Der LogProviderSQLProfiler-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConfigString Infrastruktur Gets or sets the connection and configuration information for the specific log provider. (Geerbt von IDTSLogProvider100.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CloseLog Closes the log. (Geerbt von IDTSLogProvider100.)
Öffentliche Methode OpenLog Infrastruktur Opens the log. (Geerbt von IDTSLogProvider100.)
Öffentliche Methode Validate Validates the log and returns an enumeration that indicates success or failure. (Geerbt von IDTSLogProvider100.)

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace