Partager via


Méthode NameChanges.HasNameChanged

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether the name has changed.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Function HasNameChanged ( _
    type As NameChanges.EntryType, _
    oldName As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

NameChanges Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel