SPDatabase.ChangeDatabaseInstance method
Modifies the specified database service instance for each connection string that is used to access the database.
Overload list
Name | Description | |
---|---|---|
ChangeDatabaseInstance(String) | Modifies the database service instance with the specified name for each connection string that is used to access the database. | |
ChangeDatabaseInstance(SPDatabaseServiceInstance) | Modifies the specified database service instance for each connection string that is used to access the database. |
Top