Compartir a través de


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

Valor devuelto

Tipo: System.String
A String with the new name.

Vea también

Referencia

INamedComponentCollection Interfaz

Sobrecarga de GetNewName

Espacio de nombres Microsoft.AnalysisServices