'宣言
Public Sub SetCredentials( _ ByVal connection As DbConnection, _ ByVal userName As String, _ ByVal password As String _ )
public void SetCredentials( DbConnection connection, string userName, string password )
パラメータ
- connection
- データベース接続。
- userName
- ユーザー名。
- password
- パスワード。