This topic has not yet been rated - Rate this topic

Credential.Create Method (String, String)

Creates a credential on the instance of SQL Server as defined by the Credential object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Create(
	string identity,
	string secret
)

Parameters

identity
Type: System.String
A String value that specifies the name of the credential.
secret
Type: System.String
A String value that specifies the password for the credential.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.