Método INamedComponentCollection.GetNewID

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 As String
'Uso
Dim instance As INamedComponentCollection 
Dim returnValue As String 

returnValue = instance.GetNewID()
string GetNewID()
String^ GetNewID()
abstract GetNewID : unit -> string
function GetNewID() : String

Valor de retorno

Tipo: System.String
A new Unique ID.

Consulte também

Referência

INamedComponentCollection Interface

Sobrecarregado GetNewID

Namespace Microsoft.AnalysisServices