Proprietà DataSourceDefinition.Extension

Gets or sets the name of the data source extension: SQL, OLEDB, ODBC, or a custom extension.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property Extension As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A String value containing the name of the data source extension.

Osservazioni

This is the name of a registered report server data extension. The ListExtensions method can be used to obtain a list of registered Report Server data extensions.

Vedere anche

Riferimento

DataSourceDefinition Classe

Spazio dei nomi ReportService2005