Udostępnij przez


ProxyAccount.RemoveLogin Method

Removes a Microsoft Windows login account from the referenced proxy account.

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
Public Sub RemoveLogin ( _
    loginName As String _
)
public void RemoveLogin (
    string loginName
)
public:
void RemoveLogin (
    String^ loginName
)
public void RemoveLogin (
    String loginName
)
public function RemoveLogin (
    loginName : String
)

Parameters

  • loginName
    A String value that specifies the Windows login account to be removed.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.