Udostępnij za pośrednictwem


Właściwość DataSourceCredentials.Password

Pobiera lub ustawia hasło serwer raportów używa do łączenia się z danymi zewnętrznymi źródło.

Przestrzeń nazw:  ReportExecution2005
Zestaw:  ReportExecution2005 (w ReportExecution2005.dll)

Składnia

'Deklaracja
Public Property Password As String
    Get
    Set
'Użycie
Dim instance As DataSourceCredentials
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 ciąg zawierające hasła.

Uwagi

Uwaga dotycząca zabezpieczeńUwaga dotycząca zabezpieczeń

Nie należy używać pustego hasła.Należy używać silnego hasła.