Interfaccia LogProviderSQLProfiler

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see LogProviderSQLProfilerClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo LogProviderSQLProfiler sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ConfigString Infrastruttura. Gets or sets the connection and configuration information for the specific log provider. Ereditato da IDTSLogProvider100.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CloseLog Closes the log. Ereditato da IDTSLogProvider100.
Metodo pubblico OpenLog Infrastruttura. Opens the log. Ereditato da IDTSLogProvider100.
Metodo pubblico Validate Validates the log and returns an enumeration that indicates success or failure. Ereditato da IDTSLogProvider100.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper