SPFarm.Create method
Creates a server farm and its associated configuration database.
Overload list
Name | Description | |
---|---|---|
Create(SqlConnectionStringBuilder) | Creates a server farm, its associated configuration database, and a farm account on the local computer. | |
Create(String) | Creates a server farm, its associated configuration database, and a farm account on the local computer. | |
Create(SqlConnectionStringBuilder, String, SecureString) | Obsolete. Creates a server farm and its associated configuration database, based on the specified user and password. This method is obsolete. Use the Create() method that takes a passphrase. | |
Create(SqlConnectionStringBuilder, String, String) | Obsolete. Creates a server farm and its associated configuration database, based on the specified user and password. | |
Create(SqlConnectionStringBuilder, SqlConnectionStringBuilder, String, SecureString) | Obsolete. Creates a server farm and its associated configuration database based on the specified content database, user, and password. | |
Create(SqlConnectionStringBuilder, String, SecureString, SecureString) | Creates a server farm and its associated configuration database, based on the specified user and password. | |
Create(SqlConnectionStringBuilder, SqlConnectionStringBuilder, String, SecureString, SecureString) | Creates a server farm and its associated configuration database, based on the specified user and password. |
Top