Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a class for the LogProviderTextFile interface.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderTextFileClass _
Implements IDTSLogProvider100, LogProviderTextFile, IDTSLogging100, IDTSName100
'Usage
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
The LogProviderTextFileClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LogProviderTextFileClass | Infrastructure. Initializes a new instance of the LogProviderTextFileClass class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ConfigString | Infrastructure. Gets or sets a string used to configure the log provider. |
![]() |
CreationName | Infrastructure. Gets the string used by the runtime to create an instance of the log provider. |
![]() |
Description | Infrastructure. Gets or sets the description of the log provider. |
![]() |
Enabled | Infrastructure. Gets a value that indicates whether the log provider is enabled. |
![]() |
ID | Infrastructure. Gets the identifier of the log provider. |
![]() |
Name | Infrastructure. Gets or sets the name of the log provider. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CloseLog | Infrastructure. Closes the log. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetFilterStatus | Infrastructure. Gets the filter status of the specified events. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Log | Infrastructure. Writes the log entry. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OpenLog | Infrastructure. Opens the log. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Validate | Infrastructure. Validates the log provider with the specified events. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.