SPFarm.Open Method
Include Protected Members
Include Inherited Members
Returns a remote server farm.
Overload List
Name | Description | |
---|---|---|
Open(String) | Returns an object that represents a remote server farm based on the specified connection string. | |
Open(SqlConnectionStringBuilder, SecureString) | Returns an object representing a remote server SPFarm object based on the specified connection string. | |
Open(SqlConnectionStringBuilder, String, SecureString) | Obsolete. Obsolete. Use the Open() method that takes a passphrase. Returns an object representing a remote SPFarm. | |
Open(SqlConnectionStringBuilder, String, String) | Obsolete. Returns a remote server farm based on the specified connection string, user name, and password. Obsolete. Use the Open() method that takes a passphrase. |
Top