Metodo NamedComponentCollection.GetNewID
Gets a new unique ID for the component.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function GetNewID As String
'Utilizzo
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
Valore restituito
Tipo: System.String
The value of the new ID.
Implementa
INamedComponentCollection.GetNewID()