Udostępnij za pośrednictwem


Właściwość DataSourceDefinition.Extension

Pobiera lub ustawia nazwę rozszerzenia źródło danych: SQL OLE DB, ODBC lub niestandardowego rozszerzenia.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
Public Property Extension As String
    Get
    Set
'Użycie
Dim instance As DataSourceDefinition
Dim value As String

value = instance.Extension

instance.Extension = value
public string Extension { get; set; }
public:
property String^ Extension {
    String^ get ();
    void set (String^ value);
}
member Extension : string with get, set
function get Extension () : String
function set Extension (value : String)

Wartość właściwości

Typ: System.String
A ciąg wartość zawierającą nazwę rozszerzenie źródło danych.

Uwagi

Jest to nazwa zarejestrowaną serwer raportów rozszerzenie danych.ListExtensions Metoda może służyć do uzyskiwania listy zarejestrowanych rozszerzeń danych serwera raportowania.