SqlCredential.UserId Property

Definition

Gets the user ID component of the SqlCredential object.

public string UserId { get; }
member this.UserId : string
Public ReadOnly Property UserId As String

Property Value

String

The user ID component of the SqlCredential object.

Applies to

See also