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 | |
---|---|---|
ConfigString | Infrastruttura. Gets or sets the connection and configuration information for the specific log provider. Ereditato da IDTSLogProvider100. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CloseLog | Closes the log. Ereditato da IDTSLogProvider100. | |
OpenLog | Infrastruttura. Opens the log. Ereditato da IDTSLogProvider100. | |
Validate | Validates the log and returns an enumeration that indicates success or failure. Ereditato da IDTSLogProvider100. |
In alto