Metodo INamedComponentCollection.GetNewID (String)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Generates a new Unique ID from the component.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Function GetNewID ( _
prefix As String _
) As String
'Utilizzo
Dim instance As INamedComponentCollection
Dim prefix As String
Dim returnValue As String
returnValue = instance.GetNewID(prefix)
string GetNewID(
string prefix
)
String^ GetNewID(
String^ prefix
)
abstract GetNewID :
prefix:string -> string
function GetNewID(
prefix : String
) : String
Parametri
- prefix
Tipo: System.String
The prefix.
Valore restituito
Tipo: System.String
A new Unique ID.