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)

public interface class IExplorerPropertyDescriptor

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the name that will be displayed in the column headers and property viewer.

System_CAPS_pubpropertyName

Gets the name that should match enumerator or SFC (System File Checker) property name.

System_CAPS_pubpropertyPriority

Gets the order of the property in the property viewer.

System_CAPS_pubpropertyPropertyType

Gets the type of the property.

System_CAPS_pubpropertyTargetType

Gets the optional property target value type.

NameDescription
System_CAPS_pubmethodGetValue(IExplorerItem^)

Retrieves the raw property value and specifies conversion to the type.

System_CAPS_pubmethodGetValueAsImage(IExplorerItem^)

Converts the raw property value to an image.

System_CAPS_pubmethodGetValueAsString(IExplorerItem^)

Converts the raw property value to a string using the default type converter.

Return to top
Show: