この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定したエントリの種類を使用して名前変更を追加します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Sub Add ( _
type As NameChanges.EntryType, _
oldName As String, _
newName As String _
)
'使用
Dim instance As NameChanges
Dim type As NameChanges.EntryType
Dim oldName As String
Dim newName As String
instance.Add(type, oldName, newName)
public void Add(
NameChanges.EntryType type,
string oldName,
string newName
)
public:
void Add(
NameChanges.EntryType type,
String^ oldName,
String^ newName
)
member Add :
type:NameChanges.EntryType *
oldName:string *
newName:string -> unit
public function Add(
type : NameChanges.EntryType,
oldName : String,
newName : String
)
パラメーター
- type
型: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
名前変更のエントリの種類。
- oldName
型: System.String
オブジェクトの古い名前。
- newName
型: System.String
オブジェクトの新しい名前。