此 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
參數
- type
型別:Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
The entry type of the name change.
- oldName
型別:System.String
The old name of the object.
傳回值
型別:System.Boolean
true if the name has changed; otherwise, false.