Méthode INamedComponentCollection.GetNewID (String)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Generates a new Unique ID from the component.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Function GetNewID ( _
    prefix As String _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System.String
A new Unique ID.

Voir aussi

Référence

INamedComponentCollection Interface

Surcharge GetNewID

Espace de noms Microsoft.AnalysisServices