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 | |
---|---|---|
NameChanges | Initializes a new instance of the NameChanges class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Gets the number of name changes. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
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 | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetNewName | Gets the new name of the object. | |
GetType | Ereditato da Object. | |
HasNameChanged | Indicates whether the name has changed. | |
MemberwiseClone | Ereditato da Object. | |
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.