Méthode NamedComponentCollection.GetNewName
Gets a unique new name for the component.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function GetNewName As String
'Utilisation
Dim instance As NamedComponentCollection
Dim returnValue As String
returnValue = instance.GetNewName()
public string GetNewName()
public:
virtual String^ GetNewName() sealed
abstract GetNewName : unit -> string
override GetNewName : unit -> string
public final function GetNewName() : String
Valeur de retour
Type : System.String
A unique new name for the component.
Implémente
INamedComponentCollection.GetNewName()