Propriedade do RDL ConnectionInfo.UserID
Gets the user identifier associated with the ConnectionInfo object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property UserID As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A user identifier.