Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
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