共用方式為


VSDBToolsOptionsSettingChange 建構函式

初始化 VSDBToolsOptionsSettingChange 類別的新執行個體。

命名空間:  Microsoft.Data.Schema.Tools.Settings.Internal
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
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
)

參數

  • settingName
    型別:System.String
    string ,表示已變更之設定的名稱。

.NET Framework 安全性

請參閱

參考

VSDBToolsOptionsSettingChange 類別

Microsoft.Data.Schema.Tools.Settings.Internal 命名空間