VSDBToolsOptionsSettingChange.NewValue 属性

获取一个 Object,它表示更改后的设置值。

命名空间:  Microsoft.Data.Schema.Tools.Settings.Internal
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Public ReadOnly Property NewValue As Object
    Get
public Object NewValue { get; }
public:
property Object^ NewValue {
    Object^ get ();
}
member NewValue : Object
function get NewValue () : Object

属性值

类型:System.Object
更改后的值。

.NET Framework 安全性

请参见

参考

VSDBToolsOptionsSettingChange 类

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

OldValue