INamedComponentCollection.GetNewID Method ()

 

Applies To: SQL Server (starting with 2016)

Generates a new Unique ID from the component.

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

Syntax

string GetNewID()
String^ GetNewID()
abstract GetNewID : unit -> string
Function GetNewID As String

Return Value

Type: System.String

A new Unique ID.

See Also

GetNewID Overload
INamedComponentCollection Interface
Microsoft.AnalysisServices Namespace

Return to top