Credential.Create Method
Creates a credential on the instance of SQL Server as defined by the Credential object.
Overload List
| Name | Description |
|---|---|
| Credential.Create () |
Creates a credential on the instance of SQL Server as defined by the Credential object.
|
| Credential.Create (String) |
Creates a credential on the instance of SQL Server as defined by the Credential object.
|
| Credential.Create (String, SecureString) |
Creates a credential on the instance of SQL Server as defined by the Credential object.
|
| Credential.Create (String, String) |
Creates a credential on the instance of SQL Server as defined by the Credential object.
|
See Also