Proprietà IDTSEventInfo100.ParameterTypes

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see EventInfo.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property ParameterTypes As UShort()
    Get
'Utilizzo
Dim instance As IDTSEventInfo100 
Dim value As UShort()

value = instance.ParameterTypes
ushort[] ParameterTypes { get; }
property array<unsigned short>^ ParameterTypes {
    array<unsigned short>^ get ();
}
abstract ParameterTypes : uint16[]
function get ParameterTypes () : ushort[]

Valore proprietà

Tipo: array<System.UInt16[]

Vedere anche

Riferimento

IDTSEventInfo100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper