Interface IDTSLogProvider100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Implements an interface of a log provider.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface IDTSLogProvider100
'Uso
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
O tipo IDTSLogProvider100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ConfigString | Infraestrutura. Gets or sets the connection and configuration information for the specific log provider. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CloseLog | Closes the log. | |
OpenLog | Infraestrutura. Opens the log. | |
Validate | Validates the log and returns an enumeration that indicates success or failure. |
Início
Comentários
For more information, see LogProvider.