GetNewName メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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