Share via


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
Public method NameChanges Initializes a new instance of the NameChanges class.

Top

Properties

  Name Description
Public property Count Gets the number of name changes.

Top

Methods

  Name Description
Public method Add(INamedObject, String) Adds a name change using the specified named object and new name.
Public method Add(NameChanges.EntryType, String, String) Adds a name change using the specified entry type.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetNewName Gets the new name of the object.
Public method GetType (Inherited from Object.)
Public method HasNameChanged Indicates whether the name has changed.
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace