Método INamedComponentCollection.GetNewName (String)

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 ( _
    prefix As String _
) As String
'Uso
Dim instance As INamedComponentCollection 
Dim prefix As String 
Dim returnValue As String 

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

Parâmetros

Valor de retorno

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

Consulte também

Referência

INamedComponentCollection Interface

Sobrecarregado GetNewName

Namespace Microsoft.AnalysisServices