Méthode NamedComponentCollection.GetNewID (String)
Gets the value for the new unique ID.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function GetNewID ( _
idPrefix As String _
) As String
'Utilisation
Dim instance As NamedComponentCollection
Dim idPrefix As String
Dim returnValue As String
returnValue = instance.GetNewID(idPrefix)
public string GetNewID(
string idPrefix
)
public:
virtual String^ GetNewID(
String^ idPrefix
) sealed
abstract GetNewID :
idPrefix:string -> string
override GetNewID :
idPrefix:string -> string
public final function GetNewID(
idPrefix : String
) : String
Paramètres
- idPrefix
Type : System.String
The ID prefix.
Valeur de retour
Type : System.String
The value for the new unique ID.
Implémente
INamedComponentCollection.GetNewID(String)