Creates a new instance of the ObjectStore class based on the specified parameters. Before calling the Save method, you must also set additional properties for the object store. DisplayName, SymbolicName, JNDIDataSource, and JNDIXADataSource are required at a minimum. Use property accessor methods (for example, Set_DisplayName) to set the property values. The ObjectStore object is created when the returned instance is saved.

Overload List

  Name Description
Public method Static CreateInstance (IDomain, String, String) Creates a new instance of the ObjectStore class based on the specified parameters. Before calling the Save method, you must also set additional properties for the object store. DisplayName, SymbolicName, JNDIDataSource, and JNDIXADataSource are required at a minimum. Use property accessor methods (for example, Set_DisplayName) to set the property values. The ObjectStore object is created when the returned instance is saved.
Public method Static CreateInstance (IDomain, String, String, String)  

See Also