Metodo INamedComponentCollection.GetNewName
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 As String
'Utilizzo
Dim instance As INamedComponentCollection
Dim returnValue As String
returnValue = instance.GetNewName()
string GetNewName()
String^ GetNewName()
abstract GetNewName : unit -> string
function GetNewName() : String
Valore restituito
Tipo: System.String
A String with the new name.