Udostępnij za pośrednictwem


Metoda AttributeRelationshipCollection.GetNewName

Ułatwia tworzenie nowych kolejnych nazw numerowane zaczynające się namePrefix.

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 AttributeRelationshipCollection
Dim namePrefix As String
Dim returnValue As String

returnValue = instance.GetNewName(namePrefix)
public string GetNewName(
    string namePrefix
)
public:
String^ GetNewName(
    String^ namePrefix
)
member GetNewName : 
        namePrefix:string -> string 
public function GetNewName(
    namePrefix : String
) : String

Parametry

  • namePrefix
    Typ: System.String
    Ciąg prefiksu nazwy numerowanych.

Wartość zwracana

Typ: System.String
A System.String z nową nazwą.

Uwagi

GetNewNamepierwszy zwrotu będzie namePrefix, jeśli nie została użyta.W przeciwnym razie zwróci namePrefix1, namePrefix2i tak dalej.