Previous Topic: GetSnapshotViewId Method

Next Topic: GetTakeSnapshot Method


GetSQL Method

Retrieves the CA Harvest SCM SQL object.

Syntax

object.GetSQL()

Owning Class

CaWContext

Arguments

None

Return Value

A CaWSQL object or null object if error.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
Set objSQL = objContext.GetSQL()

More information: