Freigeben über


Extension.ExtensionType Property

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

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly : ReportExecution2005 (in reportexecutionservice.dll)

Syntax

'Declaration
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)

Eigenschaftswert

An ExtensionType object.

Hinweise

The ExtensionType property does not return the ExtensionTypeEnum value All.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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