ColumnInfo Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| 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)
Parametri
- name
- String
Si applica 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)
Parametri
- reader
- StorageDataReader
- colIndex
- Int32
Si applica 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)
Parametri
- name
- String
- serverDataTypeName
- String
- providerSpecificDataTypeName
- String
- type
- Type
- maxLength
- Int32