Metoda NamedComponentCollection.GetNewName (String)
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function GetNewName ( _
namePrefix As String _
) As String
'Użycie
Dim instance As NamedComponentCollection
Dim namePrefix As String
Dim returnValue As String
returnValue = instance.GetNewName(namePrefix)
public string GetNewName(
string namePrefix
)
public:
virtual String^ GetNewName(
String^ namePrefix
) sealed
abstract GetNewName :
namePrefix:string -> string
override GetNewName :
namePrefix:string -> string
public final function GetNewName(
namePrefix : String
) : String
Parametry
- namePrefix
Typ: System.String
Wartość zwracana
Typ: System.String
Implementacje
Zobacz także