ObjectRenamedEventArgs.OldName 属性

Gets the old name of the object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property OldName As String 
    Get
用法
Dim instance As ObjectRenamedEventArgs 
Dim value As String 

value = instance.OldName
public string OldName { get; }
public:
property String^ OldName {
    String^ get ();
}
member OldName : string
function get OldName () : String

属性值

类型:System.String
A String value that specifies the old name of the object.

示例

处理 SMO 事件

请参阅

参考

ObjectRenamedEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间