Compartir a través de


NameChanges.HasNameChanged Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Indicates whether the name has changed.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Function HasNameChanged ( _
    type As NameChanges.EntryType, _
    oldName As String _
) As Boolean
'Uso
Dim instance As NameChanges 
Dim type As NameChanges.EntryType 
Dim oldName As String 
Dim returnValue As Boolean 

returnValue = instance.HasNameChanged(type, _
    oldName)
public bool HasNameChanged(
    NameChanges.EntryType type,
    string oldName
)
public:
bool HasNameChanged(
    NameChanges.EntryType type, 
    String^ oldName
)
member HasNameChanged : 
        type:NameChanges.EntryType * 
        oldName:string -> bool
public function HasNameChanged(
    type : NameChanges.EntryType, 
    oldName : String
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the name has changed; otherwise, false.

Vea también

Referencia

NameChanges Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel