DataSourceDefinition.UserName 属性

定义

获取或设置报表服务器用来连接数据源的用户名。

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

属性值

一个包含用户名的String

适用于