Метод INamedComponentCollection.GetNewName
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Assists in creating new consecutive numbered names that start with namePrefix.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Function GetNewName As String
'Применение
Dim instance As INamedComponentCollection
Dim returnValue As String
returnValue = instance.GetNewName()
string GetNewName()
String^ GetNewName()
abstract GetNewName : unit -> string
function GetNewName() : String
Возвращаемое значение
Тип: System.String
A String with the new name.