FontAndColorProviderShowplan.Instance Property
Gets an instance of font and color provider for showplan category.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Instance As FontAndColorProviderBase
Get
'Usage
Dim value As FontAndColorProviderBase
value = FontAndColorProviderShowplan.Instance
public static FontAndColorProviderBase Instance { get; }
public:
static property FontAndColorProviderBase^ Instance {
FontAndColorProviderBase^ get ();
}
static member Instance : FontAndColorProviderBase
static function get Instance () : FontAndColorProviderBase
Property Value
Type: Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
An instance of font and color provider for showplan category.
See Also
Reference
FontAndColorProviderShowplan Class
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace