Classe LogProviderTextFileClass
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a class for the LogProviderTextFile interface.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderTextFileClass _
Implements IDTSLogProvider100, LogProviderTextFile, IDTSLogging100, IDTSName100
'Uso
Dim instance As LogProviderTextFileClass
[GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class LogProviderTextFileClass : IDTSLogProvider100,
LogProviderTextFile, IDTSLogging100, IDTSName100
[GuidAttribute(L"03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class LogProviderTextFileClass : IDTSLogProvider100,
LogProviderTextFile, IDTSLogging100, IDTSName100
[<GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type LogProviderTextFileClass =
class
interface IDTSLogProvider100
interface LogProviderTextFile
interface IDTSLogging100
interface IDTSName100
end
public class LogProviderTextFileClass implements IDTSLogProvider100, LogProviderTextFile, IDTSLogging100, IDTSName100
O tipo LogProviderTextFileClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LogProviderTextFileClass | Infraestrutura. Initializes a new instance of the LogProviderTextFileClass class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ConfigString | Infraestrutura. Gets or sets a string used to configure the log provider. | |
CreationName | Infraestrutura. Gets the string used by the runtime to create an instance of the log provider. | |
Description | Infraestrutura. Gets or sets the description of the log provider. | |
Enabled | Infraestrutura. Gets a value that indicates whether the log provider is enabled. | |
ID | Infraestrutura. Gets the identifier of the log provider. | |
Name | Infraestrutura. Gets or sets the name of the log provider. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CloseLog | Infraestrutura. Closes the log. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetFilterStatus | Infraestrutura. Gets the filter status of the specified events. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Log | Infraestrutura. Writes the log entry. | |
MemberwiseClone | (Herdado de Object.) | |
OpenLog | Infraestrutura. Opens the log. | |
ToString | (Herdado de Object.) | |
Validate | Infraestrutura. Validates the log provider with the specified events. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.