次の方法で共有


NameChanges.HasNameChanged メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前が変更されたかどうかを示します。

名前空間:  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

パラメーター

  • oldName
    型: System.String
    オブジェクトの古い名前。

戻り値

型: System.Boolean
名前が変更された場合は true、それ以外の場合は false です。

関連項目

参照

NameChanges クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間