Metodo NameChanges.HasNameChanged
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Indicates whether the name has changed.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Function HasNameChanged ( _
type As NameChanges.EntryType, _
oldName As String _
) As Boolean
'Utilizzo
Dim instance As NameChanges
Dim type As NameChanges.EntryType
Dim oldName As String
Dim returnValue As Boolean
returnValue = instance.HasNameChanged(type, _
oldName)
public bool HasNameChanged(
NameChanges.EntryType type,
string oldName
)
public:
bool HasNameChanged(
NameChanges.EntryType type,
String^ oldName
)
member HasNameChanged :
type:NameChanges.EntryType *
oldName:string -> bool
public function HasNameChanged(
type : NameChanges.EntryType,
oldName : String
) : boolean
Parametri
- type
Tipo: Microsoft.ReportingServices.RdlObjectModel.NameChanges.EntryType
The entry type of the name change.
- oldName
Tipo: System.String
The old name of the object.
Valore restituito
Tipo: System.Boolean
true if the name has changed; otherwise, false.