Metodo NamedComponentCollection.GetNewName (String)

Gets a unique new name for the component with the specified name prefix.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function GetNewName ( _
    namePrefix As String _
) As String
'Utilizzo
Dim instance As NamedComponentCollection 
Dim namePrefix As String 
Dim returnValue As String 

returnValue = instance.GetNewName(namePrefix)
public string GetNewName(
    string namePrefix
)
public:
virtual String^ GetNewName(
    String^ namePrefix
) sealed
abstract GetNewName : 
        namePrefix:string -> string  
override GetNewName : 
        namePrefix:string -> string
public final function GetNewName(
    namePrefix : String
) : String

Parametri

Valore restituito

Tipo: System.String
A unique new name for the component with the specified name prefix.

Implementa

INamedComponentCollection.GetNewName(String)

Vedere anche

Riferimento

NamedComponentCollection Classe

Overload GetNewName

Spazio dei nomi Microsoft.AnalysisServices