Condividi tramite


Interfaccia IDTSLogProvider100

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

Implements an interface of a log provider.

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 IDTSLogProvider100
'Utilizzo
Dim instance As IDTSLogProvider100
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type IDTSLogProvider100 =  interface end
public interface IDTSLogProvider100

Nel tipo IDTSLogProvider100 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.

In alto

Metodi

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

In alto

Osservazioni

For more information, see LogProvider.

Vedere anche

Riferimento

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