WindowsCredential.SetSqlRegSvrCredential Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void SetSqlRegSvrCredential (string instance, int authType, string user, Guid serverType, System.Security.SecureString password);
static member SetSqlRegSvrCredential : string * int * string * Guid * System.Security.SecureString -> unit
Public Shared Sub SetSqlRegSvrCredential (instance As String, authType As Integer, user As String, serverType As Guid, password As SecureString)
Parameters
- instance
- String
- authType
- Int32
- user
- String
- serverType
- Guid
- password
- SecureString