Classe LogProviderXMLFileClass
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 LogProviderXMLFile interface.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderXMLFileClass _
Implements IDTSLogProvider100, LogProviderXMLFile, IDTSLogging100, IDTSName100
'Uso
Dim instance As LogProviderXMLFileClass
[GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class LogProviderXMLFileClass : IDTSLogProvider100,
LogProviderXMLFile, IDTSLogging100, IDTSName100
[GuidAttribute(L"9D1392C1-01C0-4148-A258-F20AF6E4EA3E")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class LogProviderXMLFileClass : IDTSLogProvider100,
LogProviderXMLFile, IDTSLogging100, IDTSName100
[<GuidAttribute("9D1392C1-01C0-4148-A258-F20AF6E4EA3E")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type LogProviderXMLFileClass =
class
interface IDTSLogProvider100
interface LogProviderXMLFile
interface IDTSLogging100
interface IDTSName100
end
public class LogProviderXMLFileClass implements IDTSLogProvider100, LogProviderXMLFile, IDTSLogging100, IDTSName100
O tipo LogProviderXMLFileClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LogProviderXMLFileClass | Infraestrutura. Initializes a new instance of the LogProviderXMLFileClass 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.