Condividi tramite


Metodo NameChanges.GetNewName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the new name of the object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Function GetNewName ( _
    type As NameChanges.EntryType, _
    oldName As String _
) As String
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

NameChanges Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel