Freigeben über


NamedComponentCollection.GetNewID-Methode

Gets a new unique ID for the component.

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

Syntax

'Declaration
Public Function GetNewID As String
'Usage
Dim instance As NamedComponentCollection 
Dim returnValue As String 

returnValue = instance.GetNewID()
public string GetNewID()
public:
virtual String^ GetNewID() sealed
abstract GetNewID : unit -> string  
override GetNewID : unit -> string
public final function GetNewID() : String

Rückgabewert

Typ: System.String
The value of the new ID.

Implementiert

INamedComponentCollection.GetNewID()

Siehe auch

Verweis

NamedComponentCollection Klasse

GetNewID-Überladung

Microsoft.AnalysisServices-Namespace