NameChanges.HasNameChanged 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Indicates whether the name has changed.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Function HasNameChanged ( _
    type As NameChanges.EntryType, _
    oldName As String _
) As Boolean
用法
Dim instance As NameChanges 
Dim type As NameChanges.EntryType 
Dim oldName As String 
Dim returnValue As Boolean 

returnValue = instance.HasNameChanged(type, _
    oldName)
public bool HasNameChanged(
    NameChanges.EntryType type,
    string oldName
)
public:
bool HasNameChanged(
    NameChanges.EntryType type, 
    String^ oldName
)
member HasNameChanged : 
        type:NameChanges.EntryType * 
        oldName:string -> bool
public function HasNameChanged(
    type : NameChanges.EntryType, 
    oldName : String
) : boolean

参数

返回值

类型:System.Boolean
true if the name has changed; otherwise, false.

请参阅

参考

NameChanges 类

Microsoft.ReportingServices.RdlObjectModel 命名空间