Udostępnij za pośrednictwem


Właściwość ImpersonationInfo.Password

Pobiera lub ustawia hasło.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Property Password As String
    Get
    Set
'Użycie
Dim instance As ImpersonationInfo
Dim value As String

value = instance.Password

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

Wartość właściwości

Typ: System.String
A system.ciąg z hasłem dla konta użytkownika.