ExplorerPropertyType Enumeration

 

Enumerates the recommended property visualization.

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

public enum class ExplorerPropertyType

Member nameDescription
Custom

Specifies the visualization property to custom.

Image

Specifies the visualization property to image.

ImageAndText

Specifies the visualization to image and text.

Text

Specifies the visualization to text.

Return to top
Show: