Clase NameChanges
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the changes in the name of an object.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.RdlObjectModel.NameChanges
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Class NameChanges
'Uso
Dim instance As NameChanges
public class NameChanges
public ref class NameChanges
type NameChanges = class end
public class NameChanges
El tipo NameChanges expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
NameChanges | Initializes a new instance of the NameChanges class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of name changes. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
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 | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetNewName | Gets the new name of the object. | |
GetType | (Se hereda de Object.) | |
HasNameChanged | Indicates whether the name has changed. | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel