Metodo INamedComponentCollection.GetNewName (String)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Assists in creating new consecutive numbered names that start with namePrefix.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Function GetNewName ( _
prefix As String _
) As String
'Utilizzo
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
Parametri
- prefix
Tipo: System.String
The prefix for the numbered names.
Valore restituito
Tipo: System.String
A String with the new name.