Compartilhar via


Método NameChanges.HasNameChanged

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates whether the name has changed.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

NameChanges Classe

Namespace Microsoft.ReportingServices.RdlObjectModel