Método GetNewID (String)
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .String