Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Assists in creating new consecutive numbered names that start with namePrefix.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Function GetNewName ( _
prefix As String _
) As String
'Usage
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
Parameter
- prefix
Typ: System.String
The prefix for the numbered names.
Rückgabewert
Typ: System.String
A String with the new name.