ColumnInfo Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- name
- String
Aplica-se a
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)
Parâmetros
- reader
- StorageDataReader
- colIndex
- Int32
Aplica-se a
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)
Parâmetros
- name
- String
- serverDataTypeName
- String
- providerSpecificDataTypeName
- String
- type
- Type
- maxLength
- Int32