NamedComponentCollection.GetNewName Method (String)

Gets a unique new name for the component with the specified name prefix.

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

Syntax

VB
'Declaration
Public Function GetNewName ( _
    namePrefix As String _
) As String
'Usage
Dim instance As NamedComponentCollection 
Dim namePrefix As String 
Dim returnValue As String 

returnValue = instance.GetNewName(namePrefix)

Parameters

Return Value

Type: System.String
A unique new name for the component with the specified name prefix.

Implements

INamedComponentCollection.GetNewName(String)

See Also

Reference

NamedComponentCollection Class

GetNewName Overload

Microsoft.AnalysisServices Namespace