Partilhar via


Propriedade do RDL DataSourceCredentials.EncryptedUserName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the encrypted user name of the data source.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property EncryptedUserName As String 
    Get 
    Set
'Uso
Dim instance As DataSourceCredentials 
Dim value As String 

value = instance.EncryptedUserName

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

Valor da propriedade

Tipo: System.String
The encrypted user name of the data source.

Consulte também

Referência

DataSourceCredentials Classe

Namespace Microsoft.ReportingServices.RdlObjectModel