Partager via


Méthode NameChanges.GetNewName

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

Gets the new name of the object.

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

Syntaxe

'Déclaration
Public Function GetNewName ( _
    type As NameChanges.EntryType, _
    oldName As String _
) As String
'Utilisation
Dim instance As NameChanges 
Dim type As NameChanges.EntryType 
Dim oldName As String 
Dim returnValue As String 

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

Paramètres

Valeur de retour

Type : System.String
The new name of the object.

Voir aussi

Référence

NameChanges Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel