Méthode NamedComponentCollection.GetNewID
Gets a new unique ID for the component.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function GetNewID As String
'Utilisation
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
Valeur de retour
Type : System.String
The value of the new ID.
Implémente
INamedComponentCollection.GetNewID()