ISchemaTable.Item[] Property
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
| Item[Int32] | |
| Item[String] |
Item[Int32]
public:
property Microsoft::HostIntegration::Drda::Common::IColumnSchema ^ default[int] { Microsoft::HostIntegration::Drda::Common::IColumnSchema ^ get(int columnIndex); };
public Microsoft.HostIntegration.Drda.Common.IColumnSchema this[int columnIndex] { get; }
member this.Item(int) : Microsoft.HostIntegration.Drda.Common.IColumnSchema
Default Public ReadOnly Property Item(columnIndex As Integer) As IColumnSchema
Parameters
- columnIndex
- Int32
Property Value
Applies to
Item[String]
public:
property Microsoft::HostIntegration::Drda::Common::IColumnSchema ^ default[System::String ^] { Microsoft::HostIntegration::Drda::Common::IColumnSchema ^ get(System::String ^ columnName); };
public Microsoft.HostIntegration.Drda.Common.IColumnSchema this[string columnName] { get; }
member this.Item(string) : Microsoft.HostIntegration.Drda.Common.IColumnSchema
Default Public ReadOnly Property Item(columnName As String) As IColumnSchema
Parameters
- columnName
- String