IDTSLogging 介面
Defines the logging options for a container.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Interface IDTSLogging
'用途
Dim instance As IDTSLogging
public interface IDTSLogging
public interface class IDTSLogging
type IDTSLogging = interface end
public interface IDTSLogging
IDTSLogging 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Enabled | Returns a Boolean that indicates if logging is enabled. This field is read-only. |
上層
方法
名稱 | 說明 | |
---|---|---|
GetFilterStatus | Gets the filter status of the specified events. | |
Log | Writes the log entry. |
上層