INamedComponentCollection.GetNewName Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Function GetNewName As String
'Usage
Dim instance As INamedComponentCollection
Dim returnValue As String
returnValue = instance.GetNewName()
string GetNewName()
String^ GetNewName()
abstract GetNewName : unit -> string
function GetNewName() : String
Return Value
Type: System.String