DB2®ConnectionStringBuilder.UserID Property

Gets or sets the value representing the user name.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Property UserID As String
[C#]
public string UserID {get; set;}
[C++]
public: __property String* get_UserID();
public: __property void set_UserID(String*);
[JScript]
public function get UserID() : String;
public function set UserID(String);

Property value

A string representing the user name to be used for the connection.