INotifyItemChanged.NotifyRename 메서드

Notifies the object explorer that an item has been renamed.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Sub NotifyRename ( _
    newItem As String, _
    oldItem As String _
)
‘사용 방법
Dim instance As INotifyItemChanged 
Dim newItem As String 
Dim oldItem As String

instance.NotifyRename(newItem, oldItem)
void NotifyRename(
    string newItem,
    string oldItem
)
void NotifyRename(
    String^ newItem, 
    String^ oldItem
)
abstract NotifyRename : 
        newItem:string * 
        oldItem:string -> unit
function NotifyRename(
    newItem : String, 
    oldItem : String
)

매개 변수

  • newItem
    유형: System.String
    New representation of the item. This is in the form of the context supplied by the object explorer, which is usually a Uniform Resource Name (URN).
  • oldItem
    유형: System.String
    Old Representation of the item. This may be left blank or null if the representation has not changed.

참고 항목

참조

INotifyItemChanged 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스