Поделиться через


Свойство UserName

Gets or sets the username to use when connecting to the database. Overrides any username specified in the connection string.

Пространство имен:  Microsoft.ReportingServices.DataProcessing
Сборка:  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
WriteOnly Property UserName As String
    Set
'Применение
Dim instance As IDbConnectionExtension
Dim value As String

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

Значение свойства

Тип System. . :: . .String
The user name to use when authenticating the client.

Замечания

You can set the username and Password in order to specify alternate credentials with which to access the data source.