Właściwość DataSourceCredentials.DataSourceName
Ustawia nazwę źródło danych, do której przekazywania poświadczenia.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property DataSourceName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg zawiera nazwę źródło danych, do której przekazywania poświadczenia.