Udostępnij za pośrednictwem


Metoda INamedComponentCollection.GetNewName (String)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Function GetNewName ( _
    prefix As String _
) As String
'Użycie
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

Parametry

Wartość zwracana

Typ: System.String