Executes the TakeSnapshot process on one of the following:
object.Execute(strViewName, objTimeStamp, strRefSnapshot)
CaWTakeSnapshot
strViewName - A string represents the view name
objTimeStamp - A CaWTimeStamp object or a null object
strRefSnapshot - A string represents the referenced snapshot or a null string
A long - Zero if success. Nonzero if failure.
Example
Dim objTakeSnapshot Set objTakeSnapshot = objContext.GetTakeSnapshot() lngRet = objTakeSnapshot.Execute(strViewName, Nothing, “”)
More information:
| Copyright © 2013 CA. All rights reserved. |
|