NamedComponentCollection.GetNewName Method ()

 

Applies To: SQL Server (starting with 2016)

Gets a unique new name for the component.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string GetNewName()
public:
virtual String^ GetNewName() sealed
abstract GetNewName : unit -> string
override GetNewName : unit -> string
Public Function GetNewName As String

Return Value

Type: System.String

A unique new name for the component.

Implements

INamedComponentCollection.GetNewName()

See Also

GetNewName Overload
NamedComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top