Метод NameChanges.GetNewName
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the new name of the object.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Function GetNewName ( _
type As NameChanges.EntryType, _
oldName As String _
) As String
'Применение
Dim instance As NameChanges
Dim type As NameChanges.EntryType
Dim oldName As String
Dim returnValue As String
returnValue = instance.GetNewName(type, _
oldName)
public string GetNewName(
NameChanges.EntryType type,
string oldName
)
public:
String^ GetNewName(
NameChanges.EntryType type,
String^ oldName
)
member GetNewName :
type:NameChanges.EntryType *
oldName:string -> string
public function GetNewName(
type : NameChanges.EntryType,
oldName : String
) : String
Параметры
- type
Тип: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
The entry type of the name change.
- oldName
Тип: System.String
The old name of the object.
Возвращаемое значение
Тип: System.String
The new name of the object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel