Propriedade do RDL WarningCode
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see DtsWarning.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Default Property WarningCode As Integer
Get
Set
'Uso
Dim instance As IDTSWarning100
Dim value As Integer
value = instance
instance = value
int this { get; set; }
property int default {
int get ();
void set (int value);
}
abstract WarningCode : int with get, set
function get WarningCode () : int
function set WarningCode (value : int)
Valor da propriedade
Tipo: System. . :: . .Int32
Consulte também