Freigeben über


GetNewName-Methode (String)

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Rückgabewert

Typ: System. . :: . .String