Compartilhar via


Método AttributeRelationshipCollection.GetNewName

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function GetNewName ( _
    namePrefix As String _
) As String
'Uso
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

Parâmetros

  • namePrefix
    Tipo: System.String
    A string with the prefix for the numbered names.

Valor de retorno

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

Comentários

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

Consulte também

Referência

AttributeRelationshipCollection Classe

Namespace Microsoft.AnalysisServices