Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the new name of the object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetNewName ( _
type As NameChanges.EntryType, _
oldName As String _
) As String
'Usage
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
Parameters
- type
Type: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
The entry type of the name change.
- oldName
Type: System.String
The old name of the object.
Return Value
Type: System.String
The new name of the object.