Metodo GetNewID (String)
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
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
Valore restituito
Tipo: System. . :: . .String