NamedComponentCollection.GetNewID Method (String)

 

Applies To: SQL Server (starting with 2016)

Gets the value for the new unique ID.

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

Syntax

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

Parameters

Return Value

Type: System.String

The value for the new unique ID.

Implements

INamedComponentCollection.GetNewID(String)

See Also

GetNewID Overload
NamedComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top