다음을 통해 공유


NameChanges.GetNewName(NameChanges+EntryType, String) 메서드

정의

개체의 새 이름을 가져옵니다.

public:
 System::String ^ GetNewName(Microsoft::ReportingServices::RdlObjectModel::NameChanges::EntryType type, System::String ^ oldName);
public string GetNewName (Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType type, string oldName);
member this.GetNewName : Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType * string -> string
Public Function GetNewName (type As NameChanges.EntryType, oldName As String) As String

매개 변수

type
NameChanges.EntryType

이름 변경의 항목 유형입니다.

oldName
String

개체의 이전 이름입니다.

반환

개체의 새 이름입니다.

적용 대상