UserName プロパティ
レポート サーバーがデータ ソースへの接続に使用するユーザー名を取得または設定します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Property UserName As String
Get
Set
'使用
Dim instance As DataSourceDefinition
Dim value As String
value = instance.UserName
instance.UserName = value
public string UserName { get; set; }
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}
member UserName : string with get, set
function get UserName () : String
function set UserName (value : String)
プロパティ値
型: System. . :: . .String
ユーザー名を表す String です。