QueryRun.newmethod(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Object class.
public:
void newmethod(System::Object ^ _source);
public void newmethod (object _source);
override this.newmethod : obj -> unit
Public Sub newmethod (_source As Object)
Parameters
- _source
- Object
Remarks
When you pass an instance of the Query class into this constructor of the QueryRun class, a copy of the Query object is created. Changes that are made to this copy of the Query object do not affect the original Query object.