Compartilhar via


Método INamedComponentCollection.GetNewName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Assists in creating new consecutive numbered names that start with namePrefix.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Function GetNewName As String
'Uso
Dim instance As INamedComponentCollection 
Dim returnValue As String 

returnValue = instance.GetNewName()
string GetNewName()
String^ GetNewName()
abstract GetNewName : unit -> string
function GetNewName() : String

Valor de retorno

Tipo: System.String
A String with the new name.

Consulte também

Referência

INamedComponentCollection Interface

Sobrecarregado GetNewName

Namespace Microsoft.AnalysisServices