Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a unique new name for the component.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function GetNewName As String
'Usage
Dim instance As NamedComponentCollection
Dim returnValue As String
returnValue = instance.GetNewName()
public string GetNewName()
public:
virtual String^ GetNewName() sealed
abstract GetNewName : unit -> string
override GetNewName : unit -> string
public final function GetNewName() : String
Return Value
Type: System.String
A unique new name for the component.
Implements
INamedComponentCollection.GetNewName()