共用方式為


LogProviderXMLFile 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

For more information, see LogProviderXMLFileClass.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface LogProviderXMLFile _
    Inherits IDTSLogProvider100
'用途
Dim instance As LogProviderXMLFile
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface LogProviderXMLFile : IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class LogProviderXMLFile : IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type LogProviderXMLFile =  
    interface 
        interface IDTSLogProvider100 
    end
public interface LogProviderXMLFile extends IDTSLogProvider100

LogProviderXMLFile 型別公開下列成員。

屬性

  名稱 說明
公用屬性 ConfigString 基礎結構。Gets or sets the connection and configuration information for the specific log provider. (繼承自 IDTSLogProvider100。)

上層

方法

  名稱 說明
公用方法 CloseLog Closes the log. (繼承自 IDTSLogProvider100。)
公用方法 OpenLog 基礎結構。Opens the log. (繼承自 IDTSLogProvider100。)
公用方法 Validate Validates the log and returns an enumeration that indicates success or failure. (繼承自 IDTSLogProvider100。)

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間