Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Indicates whether the name has changed.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function HasNameChanged ( _
type As NameChanges.EntryType, _
oldName As String _
) As Boolean
'Uso
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
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.Boolean
true if the name has changed; otherwise, false.