Microsoft Remote Data ServiceMicrosoft Remote Data Service*
*Contents  *Index  *Topic Contents

object variable

A variable that contains a reference to an object. For example, objCustomObject is a variable that points to an object of type CustomObject:

Set objCustomObject = ADS1.CreateObject("CustomObject", _
	"http://SalesWeb")

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.