Classe NameChanges

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the changes in the name of an object.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.RdlObjectModel.NameChanges

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Class NameChanges
'Utilizzo
Dim instance As NameChanges
public class NameChanges
public ref class NameChanges
type NameChanges =  class end
public class NameChanges

Nel tipo NameChanges sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico NameChanges Initializes a new instance of the NameChanges class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of name changes.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add(INamedObject, String) Adds a name change using the specified named object and new name.
Metodo pubblico Add(NameChanges.EntryType, String, String) Adds a name change using the specified entry type.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetNewName Gets the new name of the object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico HasNameChanged Indicates whether the name has changed.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel