この 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
パラメーター
- type
型: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
名前変更のエントリの種類。
- oldName
型: System.String
オブジェクトの古い名前。
戻り値
型: System.String
オブジェクトの新しい名前。