Właściwość DataSourceCredentials.DataSourceName
Pobiera lub ustawia nazwę źródło danych, do której przekazywania poświadczenia.Ciąg.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.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 zawierające nazwę źródło danych.