Método NameChanges.GetNewName
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the new name of the object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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
- type
Tipo: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
The entry type of the name change.
- oldName
Tipo: System.String
The old name of the object.
Valor de retorno
Tipo: System.String
The new name of the object.