Método INamedComponentCollection.GetNewID (String)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Generates a new Unique ID from the component.
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
The prefix.
Valor de retorno
Tipo: System.String
A new Unique ID.