この 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
パラメーター
- type
型: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
名前変更のエントリの種類。
- oldName
型: System.String
オブジェクトの古い名前。
戻り値
型: System.Boolean
名前が変更された場合は true、それ以外の場合は false です。