Previous Topic: GetSQL Method

Next Topic: GetTakeSnapshotName Method


GetTakeSnapshot Method

Syntax

object.GetTakeSnapshot()

Owning Class

CaWContext

Arguments

None

Return Value

A CaWTakeSnapshot object if set, otherwise a null object.

Example

Dim objTakeSnapshot
Set objTakeSnapshot = objContext.GetTakeSnapshot ()
If objTakeSnapshot Is Nothing Then
msgbox “Can't get TakeSnapshot object.”, vbOKonly + vbExclamation, “GetTakeSnapshot”
End If

More information: