Partager via


Propriété PackageRemote64Class.Warnings

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the collection of warnings set on the package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Warnings As IDTSWarnings100 
    Get
'Utilisation
Dim instance As PackageRemote64Class 
Dim value As IDTSWarnings100 

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

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSWarnings100
The PackageRemote64Class collection sets on the package.

Implémente

IDTSPackage100.Warnings

Voir aussi

Référence

PackageRemote64Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper