INamedComponentCollection.GetNewID Method (String)

 

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

Parameters

Return Value

Type: System.String

A new Unique ID.

See Also

GetNewID Overload
INamedComponentCollection Interface
Microsoft.AnalysisServices Namespace

Return to top