IDTSWarnings100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines a properties and methods for the collection of warning.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")> _
Public Interface IDTSWarnings100 _
Inherits IEnumerable
'Usage
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
The IDTSWarnings100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number of elements contained in the IDTSWarnings100 instance. | |
Item | Infrastructure. Gets a IDTSWarning100 object from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Clear | Infrastructure. Clears all objects from the IDTSWarnings100 collection. | |
GetEnumerator | Infrastructure. Returns an IEnumerator for use in iterating over the IDTSWarnings100 collection. |
Top
Remarks
For more information, see DtsWarnings.