Propriété ConnectionInfo.UserID

Gets the user identifier associated with the ConnectionInfo object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property UserID As String 
    Get
'Utilisation
Dim instance As ConnectionInfo 
Dim value As String 

value = instance.UserID
public string UserID { get; }
public:
property String^ UserID {
    String^ get ();
}
member UserID : string
function get UserID () : String

Valeur de propriété

Type : System.String
A user identifier.

Voir aussi

Référence

ConnectionInfo Classe

Espace de noms Microsoft.AnalysisServices