Intersoft ClientUI Documentation
Type Property (ISqlParameterMetadata)



Gets or sets the report parameter type.
Syntax
Property Type As ReportParameterType
Dim instance As ISqlParameterMetadata
Dim value As ReportParameterType
 
instance.Type = value
 
value = instance.Type
ReportParameterType Type {get; set;}
property ReportParameterType Type {
   ReportParameterType get();
   void set (    ReportParameterType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISqlParameterMetadata Interface
ISqlParameterMetadata Members

Send Feedback