ColumnInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| 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)
Paramètres
- name
- String
S’applique à
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)
Paramètres
- reader
- StorageDataReader
- colIndex
- Int32
S’applique à
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)
Paramètres
- name
- String
- serverDataTypeName
- String
- providerSpecificDataTypeName
- String
- type
- Type
- maxLength
- Int32