Метод NamedComponentCollection.GetNewName
Gets a unique new name for the component.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function GetNewName As String
'Применение
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
Возвращаемое значение
Тип: System.String
A unique new name for the component.
Реализует
INamedComponentCollection.GetNewName()