Com return values, Table.size, Name – Campbell Scientific LoggerNet Server SDK User Manual

Page 91: Description, 2 methods, Table.columns(), Visual basic

Advertising
background image

Section 16. CsiBrokerMap Control Reference

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

Table.size

Name

Table.size As Long

Description

This property returns the number of records that can be stored in this table.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

16.5.2 Methods

Table.Columns()

Name

Table.Columns() As Object

Description

This method is used as a reference for a ColumnCollection to get the columns
of a table.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

Visual Basic

Example

Dim cc As ColumnCollection
Set cc = BrokerMap.Brokers("cr9000").Tables("public").Columns

16-15

Advertising