ColumnInfo Constructors
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.
Overloads
ColumnInfo(String) | |
ColumnInfo(StorageDataReader, Int32) | |
ColumnInfo(String, String, String, Type, Int32) |
ColumnInfo(String)
public:
ColumnInfo(System::String ^ name);
public ColumnInfo (string name);
new Microsoft.ReportingServices.QueryDesigners.ColumnInfo : string -> Microsoft.ReportingServices.QueryDesigners.ColumnInfo
Public Sub New (name As String)
Parameters
- name
- String
Applies to
ColumnInfo(StorageDataReader, Int32)
public:
ColumnInfo(Microsoft::ReportingServices::QueryDesigners::StorageDataReader ^ reader, int colIndex);
public ColumnInfo (Microsoft.ReportingServices.QueryDesigners.StorageDataReader reader, int colIndex);
new Microsoft.ReportingServices.QueryDesigners.ColumnInfo : Microsoft.ReportingServices.QueryDesigners.StorageDataReader * int -> Microsoft.ReportingServices.QueryDesigners.ColumnInfo
Public Sub New (reader As StorageDataReader, colIndex As Integer)
Parameters
- reader
- StorageDataReader
- colIndex
- Int32
Applies to
ColumnInfo(String, String, String, Type, Int32)
public:
ColumnInfo(System::String ^ name, System::String ^ serverDataTypeName, System::String ^ providerSpecificDataTypeName, Type ^ type, int maxLength);
public ColumnInfo (string name, string serverDataTypeName, string providerSpecificDataTypeName, Type type, int maxLength);
new Microsoft.ReportingServices.QueryDesigners.ColumnInfo : string * string * string * Type * int -> Microsoft.ReportingServices.QueryDesigners.ColumnInfo
Public Sub New (name As String, serverDataTypeName As String, providerSpecificDataTypeName As String, type As Type, maxLength As Integer)
Parameters
- name
- String
- serverDataTypeName
- String
- providerSpecificDataTypeName
- String
- type
- Type
- maxLength
- Int32