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 the value for the new unique ID.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function GetNewID ( _
idPrefix As String _
) As String
'Usage
Dim instance As NamedComponentCollection
Dim idPrefix As String
Dim returnValue As String
returnValue = instance.GetNewID(idPrefix)
public string GetNewID(
string idPrefix
)
public:
virtual String^ GetNewID(
String^ idPrefix
) sealed
abstract GetNewID :
idPrefix:string -> string
override GetNewID :
idPrefix:string -> string
public final function GetNewID(
idPrefix : String
) : String
Parameters
- idPrefix
Type: System.String
The ID prefix.
Return Value
Type: System.String
The value for the new unique ID.
Implements
INamedComponentCollection.GetNewID(String)