Właściwość DataSourceCredentials.EncryptedPassword
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property EncryptedPassword As String
Get
Set
'Użycie
Dim instance As DataSourceCredentials
Dim value As String
value = instance.EncryptedPassword
instance.EncryptedPassword = value
public string EncryptedPassword { get; set; }
public:
property String^ EncryptedPassword {
String^ get ();
void set (String^ value);
}
member EncryptedPassword : string with get, set
function get EncryptedPassword () : String
function set EncryptedPassword (value : String)
Wartość właściwości
Typ: System.String
A ciąg wartości.
Zobacz także