SourceType Property

Identifies the type of command to use to query the database; for example, using an SQL Command, a stored procedure, or a table.

Syntax

object.SourceType[= vxSourceType]

Parameters

The SourceType property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

vxSourceType

Enumerates the type of query command, as follows:

1  vxSourceSQL SQL Command

4 vxSourceTable Table Command

512 vxSourceStoredProc Stored Procedure Command

See Also