DataSourceCredentials.UserName Property
Definition
获取或设置报表服务器用来连接外部数据源的用户名。Gets or sets the user name that the report server uses to connect to an external data source.
public:
property System::String ^ UserName { System::String ^ get(); void set(System::String ^ value); };
public string UserName { get; set; }
member this.UserName : string with get, set
Public Property UserName As String
Property Value
返回用户名。Returns the user name.