Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » UltraLite - .NET-Programmierung » UltraLite .NET 2.0 API-Referenz » ULBulkCopyColumnMappingCollection-Klasse

 

Item-Eigenschaft

Ruft das ULBulkCopyColumnMapping-Objekt am angegebenen Index ab.

Syntax
Visual Basic
Public Readonly Property Item( _
   ByVal index As Integer _
) As ULBulkCopyColumnMapping
C#
public ULBulkCopyColumnMapping this[ 
   int index
] { get;}
Parameter
  • index   Der auf Null basierende Index des zu suchenden ULBulkCopyColumnMapping-Objekts

Eigenschaftswert

Es wird ein ULBulkCopyColumnMapping-Objekt zurückgegeben.

Siehe auch