ConnectionInfo.Password Property

Gets the password associated with the ConnectionInfo object.

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

Syntax

'Declaration
Public ReadOnly Property Password As String 
    Get
'Usage
Dim instance As ConnectionInfo 
Dim value As String 

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

Property Value

Type: System.String
A password.

See Also

Reference

ConnectionInfo Class

Microsoft.AnalysisServices Namespace