'宣言 Public Function LogonUser( _ ByVal userName As System.String, _ ByVal password As System.String, _ ByVal authority As System.String _ ) As ServerInfoHeader
'使用法 Dim instance As ReportExecutionServiceSoapClient Dim userName As System.String Dim password As System.String Dim authority As System.String Dim value As ServerInfoHeader value = instance.LogonUser(userName, password, authority)
public ServerInfoHeader LogonUser( System.string userName, System.string password, System.string authority )
パラメータ
- userName
- password
- authority