TempDBResultSet.SetColumnInfo(Int32, String, Type, Int32) Method
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.
public:
void SetColumnInfo(int index, System::String ^ name, Type ^ type, int maxSize);
public void SetColumnInfo (int index, string name, Type type, int maxSize);
member this.SetColumnInfo : int * string * Type * int -> unit
Public Sub SetColumnInfo (index As Integer, name As String, type As Type, maxSize As Integer)
Parameters
- index
- Int32
- name
- String
- type
- Type
- maxSize
- Int32