DataSourceCredentials.DataSourceName プロパティ
資格情報を渡すデータ ソースの名前を設定します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
Public Property DataSourceName As String
Get
Set
'使用
Dim instance As DataSourceCredentials
Dim value As String
value = instance.DataSourceName
instance.DataSourceName = value
public string DataSourceName { get; set; }
public:
property String^ DataSourceName {
String^ get ();
void set (String^ value);
}
member DataSourceName : string with get, set
function get DataSourceName () : String
function set DataSourceName (value : String)
プロパティ値
型: System.String
資格情報を渡すデータ ソースの名前を表す String です。