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:  ReportService2010
Zestaw:  ReportService2010 (w ReportService2010.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ść, która zawiera nazwę rozszerzenie źródło danych.

Uwagi

Jest to nazwa zarejestrowaną serwer raportów rozszerzenie danych.ListExtensions(ExtensionTypeEnum) Wywołanie metoda mogą służyć do uzyskiwania listy zarejestrowanych serwer raportów danych rozszerzenia.