IDTSEventInfo100.ParameterTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information, see EventInfo.
public:
property cli::array <System::UInt16> ^ ParameterTypes { cli::array <System::UInt16> ^ get(); };
[System.Runtime.InteropServices.DispId(1610743811)]
public ushort[] ParameterTypes { [System.Runtime.InteropServices.DispId(1610743811)] get; }
[<System.Runtime.InteropServices.DispId(1610743811)>]
[<get: System.Runtime.InteropServices.DispId(1610743811)>]
member this.ParameterTypes : uint16[]
Public ReadOnly Property ParameterTypes As UShort()
Property Value
UInt16[]
- Attributes