ConnectionInfo.UserID Property

 

Applies To: SQL Server (starting with 2016)

Gets the user identifier associated with the ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string UserID { get; }
public:
property String^ UserID {
    String^ get();
}
member UserID : string with get
Public ReadOnly Property UserID As String

Property Value

Type: System.String

A user identifier.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top