Partager via


Propriété DataSourceCredentials.EncryptedUserName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property EncryptedUserName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

DataSourceCredentials Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel