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.