RenameServerDatabaseContributorInput.OldDatabaseValue 属性

获取旧的数据库名称。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package.Sql(在 Microsoft.VisualStudio.Data.Schema.Package.Sql.dll 中)

语法

声明
Public ReadOnly Property OldDatabaseValue As String
    Get
public string OldDatabaseValue { get; }
public:
property String^ OldDatabaseValue {
    String^ get ();
}
member OldDatabaseValue : string
function get OldDatabaseValue () : String

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

RenameServerDatabaseContributorInput 类

Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring 命名空间