Share via


SQL Hosting::DropLogin Method

The DropLogin method removes a SQL login from the server.

Arguments

The DropLogin method accepts the following input parameters.

Input Argument Required Description

Username

No

The SQL user name.

ServerName

No

The name of the SQL Server.

SQLUserName

No

The SQL user name for connecting to the database server.

SQLUserPass

No

The password for connecting to the database server.

SendCredentials

No

True/False: embed basic authentication credentials in the MPF request.

ErrorReturn

No

Out parameter containing the error (if any) thrown by MPF during the processing of the request.

The DropLogin method has the following return values.

Output Argument Description

True

If the method succeeds.

False

If the method fails to WingTipToys the drop.

Remarks

No remarks.

Sample Code

No sample code.

Applies To

SQL Hosting Web Service for:

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting version 3.5

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

SQL Hosting::RevokeLogin Method