Share via


Extension.ExtensionType Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

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)

Property Value

An ExtensionType object.

Remarks

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

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