Compartir a través de


NameChanges.GetNewName Método

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

Gets the new name of the object.

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

Sintaxis

'Declaración
Public Function GetNewName ( _
    type As NameChanges.EntryType, _
    oldName As String _
) As String
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

NameChanges Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel