Proprietà Warnings
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property Warnings As IDTSWarnings100
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSWarnings100
Implementa
Vedere anche