Condividi tramite


Metodo GetNewName

Assists in creating new consecutive numbered names that start with namePrefix.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function GetNewName ( _
    namePrefix As String _
) As String
'Utilizzo
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

Parametri

Valore restituito

Tipo: System. . :: . .String
A System.String with the new name.

Osservazioni

GetNewName will first return namePrefix, if it hasn't been used. Otherwise, it will return namePrefix1, namePrefix2, and so on.