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

参数

返回值

类型:System.String
The new name of the object.

请参阅

参考

NameChanges 类

Microsoft.ReportingServices.RdlObjectModel 命名空间