Partager via


ModelStore.GetIdentifier, méthode (array<String )

Obtient l'identificateur à partir du modèle par ID de portée et une chaîne.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function GetIdentifier ( _
    ParamArray parts As String() _
) As ModelIdentifier
public ModelIdentifier GetIdentifier(
    params string[] parts
)
public:
ModelIdentifier^ GetIdentifier(
    ... array<String^>^ parts
)
member GetIdentifier : 
        parts:string[] -> ModelIdentifier 
public function GetIdentifier(
    ... parts : String[]
) : ModelIdentifier

Paramètres

Valeur de retour

Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Identificateur de modèle.

Notes

Le nom d'objet « dbo.MyTable » aurait une liste de noms de composants « dbo » et « MyTable ».

Sécurité .NET Framework

Voir aussi

Référence

ModelStore Classe

GetIdentifier, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms