Compartir a través de


IDTSPackage100.Warnings Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a collection of warnings set on the package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Warnings As IDTSWarnings100 
    Get
'Uso
Dim instance As IDTSPackage100 
Dim value As IDTSWarnings100 

value = instance.Warnings
IDTSWarnings100 Warnings { get; }
property IDTSWarnings100^ Warnings {
    IDTSWarnings100^ get ();
}
abstract Warnings : IDTSWarnings100
function get Warnings () : IDTSWarnings100

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSWarnings100
A collection of warnings set on the package.

Comentarios

This interface is implemented by the Package and PackageNeutral interfaces.

Vea también

Referencia

IDTSPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper