RenameReferenceContributorInput.OldName 属性

获取旧的架构对象名称。

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

RenameReferenceContributorInput 类

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