Share via


VSDBToolsOptionsSettingChange Constructor

Initializes a new instance of the VSDBToolsOptionsSettingChange class.

Namespace:  Microsoft.Data.Schema.Tools.Settings.Internal
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Sub New ( _
    settingName As String, _
    oldValue As Object, _
    newValue As Object _
)
public VSDBToolsOptionsSettingChange(
    string settingName,
    Object oldValue,
    Object newValue
)
public:
VSDBToolsOptionsSettingChange(
    String^ settingName, 
    Object^ oldValue, 
    Object^ newValue
)
new : 
        settingName:string * 
        oldValue:Object * 
        newValue:Object -> VSDBToolsOptionsSettingChange
public function VSDBToolsOptionsSettingChange(
    settingName : String, 
    oldValue : Object, 
    newValue : Object
)

Parameters

  • settingName
    Type: System.String
    A string that represents the name of the setting that has been changed.
  • oldValue
    Type: System.Object
    An Object that represents the value of the setting before the change.
  • newValue
    Type: System.Object
    An Object that represents the value of the setting after the change.

.NET Framework Security

See Also

Reference

VSDBToolsOptionsSettingChange Class

Microsoft.Data.Schema.Tools.Settings.Internal Namespace