LogProviderSQLProfilerClass Class
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see LogProvider.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLProfilerClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("E93F6300-AE0C-4916-A7BF-A8D0CE12C77A")> _
<ClassInterfaceAttribute()> _
Public Class LogProviderSQLProfilerClass _
Implements IDTSLogProvider100, LogProviderSQLProfiler, IDTSLogging100, IDTSName100
'Usage
Dim instance As LogProviderSQLProfilerClass
[GuidAttribute("E93F6300-AE0C-4916-A7BF-A8D0CE12C77A")]
[ClassInterfaceAttribute()]
public class LogProviderSQLProfilerClass : IDTSLogProvider100,
LogProviderSQLProfiler, IDTSLogging100, IDTSName100
[GuidAttribute(L"E93F6300-AE0C-4916-A7BF-A8D0CE12C77A")]
[ClassInterfaceAttribute()]
public ref class LogProviderSQLProfilerClass : IDTSLogProvider100,
LogProviderSQLProfiler, IDTSLogging100, IDTSName100
[<GuidAttribute("E93F6300-AE0C-4916-A7BF-A8D0CE12C77A")>]
[<ClassInterfaceAttribute()>]
type LogProviderSQLProfilerClass =
class
interface IDTSLogProvider100
interface LogProviderSQLProfiler
interface IDTSLogging100
interface IDTSName100
end
public class LogProviderSQLProfilerClass implements IDTSLogProvider100, LogProviderSQLProfiler, IDTSLogging100, IDTSName100
The LogProviderSQLProfilerClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LogProviderSQLProfilerClass | Infrastructure. For more information, see LogProvider. |
Top
Properties
Name | Description | |
---|---|---|
ConfigString | Infrastructure. For more information, see LogProvider. | |
CreationName | Infrastructure. For more information, see LogProvider. | |
Description | Infrastructure. For more information, see LogProvider. | |
Enabled | Infrastructure. For more information, see LogProvider. | |
ID | Infrastructure. For more information, see LogProvider. | |
Name | Infrastructure. For more information, see LogProvider. |
Top
Methods
Name | Description | |
---|---|---|
CloseLog | Infrastructure. For more information, see LogProvider. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFilterStatus | Infrastructure. For more information, see LogProvider. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Log | Infrastructure. For more information, see LogProvider. | |
MemberwiseClone | (Inherited from Object.) | |
OpenLog | Infrastructure. For more information, see LogProvider. | |
ToString | (Inherited from Object.) | |
Validate | Infrastructure. |
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.