INamedComponentCollection.GetNewName Method (String)

 

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 prefix
)
String^ GetNewName(
    String^ prefix
)
abstract GetNewName : 
        prefix:string -> string
Function GetNewName (
    prefix As String
) As String

Parameters

Return Value

Type: System.String

A String with the new name.

See Also

GetNewName Overload
INamedComponentCollection Interface
Microsoft.AnalysisServices Namespace

Return to top