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