共用方式為


IDTSWarnings100 介面

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

Defines a properties and methods for the collection of warning.

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

語法

'宣告
<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")> _
Public Interface IDTSWarnings100 _
    Inherits IEnumerable
'用途
Dim instance As IDTSWarnings100
[GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")]
public interface IDTSWarnings100 : IEnumerable
[GuidAttribute(L"0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")]
public interface class IDTSWarnings100 : IEnumerable
[<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")>]
type IDTSWarnings100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSWarnings100 extends IEnumerable

IDTSWarnings100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count 基礎結構。Gets the number of elements contained in the IDTSWarnings100 instance.
公用屬性 Item 基礎結構。Gets a IDTSWarning100 object from the collection.

上層

方法

  名稱 說明
公用方法 Clear 基礎結構。Clears all objects from the IDTSWarnings100 collection.
公用方法 GetEnumerator 基礎結構。Returns an IEnumerator for use in iterating over the IDTSWarnings100 collection.

上層

備註

For more information, see DtsWarnings.

請參閱

參考

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