ReportingService2010.LogonUserAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LogonUserAsync(String, String, String) | |
LogonUserAsync(String, String, String, Object) |
LogonUserAsync(String, String, String)
public:
void LogonUserAsync(System::String ^ userName, System::String ^ password, System::String ^ authority);
public void LogonUserAsync (string userName, string password, string authority);
member this.LogonUserAsync : string * string * string -> unit
Public Sub LogonUserAsync (userName As String, password As String, authority As String)
Paramètres
- userName
- String
- password
- String
- authority
- String
S’applique à
LogonUserAsync(String, String, String, Object)
public:
void LogonUserAsync(System::String ^ userName, System::String ^ password, System::String ^ authority, System::Object ^ userState);
public void LogonUserAsync (string userName, string password, string authority, object userState);
member this.LogonUserAsync : string * string * string * obj -> unit
Public Sub LogonUserAsync (userName As String, password As String, authority As String, userState As Object)
Paramètres
- userName
- String
- password
- String
- authority
- String
- userState
- Object