SPDatabase Constructor
Include Protected Members
Include Inherited Members
This constructor is called implicitly by the default constructors of derived classes. Explicit calls to this constructor do not properly initialize the object.
Overload List
Name | Description | |
---|---|---|
SPDatabase() | Initializes a new instance of the SPDatabase class. | |
SPDatabase(SPDatabaseParameters) | Initializes a new instance of the SPDatabase class based on the specified SPDatabaseParameters object. | |
SPDatabase(String, SPDatabaseServiceInstance) | Initializes a new instance of the SPDatabase class based on the specified name and instance. |
Top