Share via


ConnectionSettingsOption2.GetOptionsDialogType Method

Gets the dialog type of the options page.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected Overrides Function GetOptionsDialogType As Type
'Usage
Dim returnValue As Type 

returnValue = Me.GetOptionsDialogType()
protected override Type GetOptionsDialogType()
protected:
virtual Type^ GetOptionsDialogType() override
abstract GetOptionsDialogType : unit -> Type  
override GetOptionsDialogType : unit -> Type
protected override function GetOptionsDialogType() : Type

Return Value

Type: System.Type
A Type object that identifies the dialog type.

See Also

Reference

ConnectionSettingsOption2 Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace