LogProviderHostClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a class for the LogProviderHost interface.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | LogProviderHostClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the LogProviderHostClass class. |
| Name | Description | |
|---|---|---|
![]() | ConfigString | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a string used to configure the log provider. |
![]() | CreationName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the string used by the runtime to create an instance of the log provider. |
![]() | DelayValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether a call to validate for the log provider is delayed until package execution. |
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the description of the log provider. |
![]() | Enabled | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the log provider is enabled. |
![]() | HostType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumeration that describes the type of host that the log provider is being used by. This property is read-only. |
![]() | ID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the identifier of the log provider. |
![]() | InnerObject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the specific log provider that is being hosted by the LogProviderHostClass object. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the log provider. |
| Name | Description | |
|---|---|---|
![]() | CloseLog() | This API supports the product infrastructure and is not intended to be used directly from your code. Closes the log. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetFilterStatus(array<String^>^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the filter status of the specified events. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Log(String^, String^, String^, String^, String^, String^, String^, DateTime, DateTime, Int32, array<Byte>^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Writes the log entry. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OpenLog() | This API supports the product infrastructure and is not intended to be used directly from your code. Opens the log. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(IDTSInfoEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the log provider with the specified events. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


