此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Adds a name change using the specified entry type.
命名空间: 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
The entry type of the name change.
- oldName
类型:System.String
The old name of the object.
- newName
类型:System.String
The new name of the object.