ModelStore.GetIdentifier, méthode (ICollection<String>)
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Function GetIdentifier ( _
parts As ICollection(Of String) _
) As ModelIdentifier
public ModelIdentifier GetIdentifier(
ICollection<string> parts
)
public:
ModelIdentifier^ GetIdentifier(
ICollection<String^>^ parts
)
member GetIdentifier :
parts:ICollection<string> -> ModelIdentifier
public function GetIdentifier(
parts : ICollection<String>
) : ModelIdentifier
Paramètres
- parts
Type : System.Collections.Generic.ICollection<String>
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.