Share via


IExplorerPropertyDescriptor Interface

Defines a method that describes the property metadata including a mechanism to access or convert the values.

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IExplorerPropertyDescriptor
'Usage
Dim instance As IExplorerPropertyDescriptor
public interface IExplorerPropertyDescriptor
public interface class IExplorerPropertyDescriptor
type IExplorerPropertyDescriptor =  interface end
public interface IExplorerPropertyDescriptor

The IExplorerPropertyDescriptor type exposes the following members.

Properties

  Name Description
Public property DisplayName Gets the name that will be displayed in the column headers and property viewer.
Public property Name Gets the name that should match enumerator or SFC (System File Checker) property name.
Public property Priority Gets the order of the property in the property viewer.
Public property PropertyType Gets the type of the property.
Public property TargetType Gets the optional property target value type.

Top

Methods

  Name Description
Public method GetValue Retrieves the raw property value and specifies conversion to the type.
Public method GetValueAsImage Converts the raw property value to an image.
Public method GetValueAsString Converts the raw property value to a string using the default type converter.

Top