NamedComponentCollection.GetNewID Method ()

 

Applies To: SQL Server (starting with 2016)

Gets a new unique ID for the component.

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

Syntax

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

Return Value

Type: System.String

The value of the new ID.

Implements

INamedComponentCollection.GetNewID()

See Also

GetNewID Overload
NamedComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top