NameChanges Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the changes in the name of an object.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.NameChanges
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class NameChanges
'Usage
Dim instance As NameChanges
public class NameChanges
public ref class NameChanges
type NameChanges = class end
public class NameChanges
The NameChanges type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NameChanges | Initializes a new instance of the NameChanges class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of name changes. |
Top
Methods
Name | Description | |
---|---|---|
Add(INamedObject, String) | Adds a name change using the specified named object and new name. | |
Add(NameChanges.EntryType, String, String) | Adds a name change using the specified entry type. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetNewName | Gets the new name of the object. | |
GetType | (Inherited from Object.) | |
HasNameChanged | Indicates whether the name has changed. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.