SqlConnectionStringBuilder::UserID Property
.NET Framework (current version)
Gets or sets the user ID to be used when connecting to SQL Server.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::String^The value of the UserID property, or String.Empty if none has been supplied.
| Exception | Condition |
|---|---|
| ArgumentNullException | To set the value to null, use Value. |
This property corresponds to the "User ID", "user", and "uid" keys within the connection string.
.NET Framework
Available since 2.0
Available since 2.0
Show: