次の方法で共有


NameChanges.GetNewName メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

オブジェクトの新しい名前を取得します。

名前空間:  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

パラメーター

  • oldName
    型: System.String
    オブジェクトの古い名前。

戻り値

型: System.String
オブジェクトの新しい名前。

関連項目

参照

NameChanges クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間