INamedComponentCollection.GetNewName Método (String)
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Assists in creating new consecutive numbered names that start with namePrefix.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Function GetNewName ( _
prefix As String _
) As String
'Uso
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
Parámetros
- prefix
Tipo: System.String
The prefix for the numbered names.
Valor devuelto
Tipo: System.String
A String with the new name.