共用方式為


NameChanges.Add 方法 (NameChanges.EntryType, String, String)

此 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
)

參數

請參閱

參考

NameChanges 類別

Add 多載

Microsoft.ReportingServices.RdlObjectModel 命名空間