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