Condividi tramite


Extension.ExtensionType Property

The extension type (ExtensionTypeEnum enumerator). Read-only.

Spazio dei nomi: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly : ReportExecution2005 (in reportexecutionservice.dll)

Sintassi

'Dichiarazione
Public Property ExtensionType As ExtensionTypeEnum
public ExtensionTypeEnum ExtensionType { get; set; }
public:
property ExtensionTypeEnum ExtensionType {
    ExtensionTypeEnum get ();
    void set (ExtensionTypeEnum value);
}
/** @property */
public ExtensionTypeEnum get_ExtensionType ()

/** @property */
public void set_ExtensionType (ExtensionTypeEnum value)
public function get ExtensionType () : ExtensionTypeEnum

public function set ExtensionType (value : ExtensionTypeEnum)

Valore proprietà

An ExtensionType object.

Osservazioni

The ExtensionType property does not return the ExtensionTypeEnum value All.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Extension Class
Extension Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace