INamedComponentCollection.GetNewName Method ()
Applies To: SQL Server (starting with 2016)
Assists in creating new consecutive numbered names that start with namePrefix.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
string GetNewName()
String^ GetNewName()
abstract GetNewName : unit -> string
Function GetNewName As String
Return Value
Type: System.String
A String with the new name.
See Also
GetNewName Overload
INamedComponentCollection Interface
Microsoft.AnalysisServices Namespace
Return to top