GetNewID Método (String)
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Function GetNewID ( _
prefix As String _
) As String
'Uso
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
Parámetros
- prefix
Tipo: System. . :: . .String
Valor devuelto
Tipo: System. . :: . .String