Compartir a través de


IDTSEventInfo100.ParameterTypes Propiedad

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

For more information, see EventInfo.

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

Sintaxis

'Declaración
ReadOnly Property ParameterTypes As UShort()
    Get
'Uso
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[]

Valor de la propiedad

Tipo: array<System.UInt16[]

Vea también

Referencia

IDTSEventInfo100 Interfaz

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