This topic has not yet been rated - Rate this topic

Login.DropCredential Method

Drops a login credential.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void DropCredential(
	string credentialName
)

Parameters

credentialName
Type: System.String
String identifying the credential to be dropped.

Not to be confused with the Credential class method Drop().

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.