共用方式為


DatabaseProjectPropertySetFailedException.OldValue 屬性

取得或設定嘗試要變更的舊值。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Public Property OldValue As String
    Get
    Private Set
public string OldValue { get; private set; }
public:
property String^ OldValue {
    String^ get ();
    private: void set (String^ value);
}
member OldValue : string with get, private set
function get OldValue () : String
private function set OldValue (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

DatabaseProjectPropertySetFailedException 類別

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間