ModelStore.GetIdentifier – metoda (IList<String>, ICollection<String>)
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public Function GetIdentifier ( _
externalParts As IList(Of String), _
parts As ICollection(Of String) _
) As ModelIdentifier
public ModelIdentifier GetIdentifier(
IList<string> externalParts,
ICollection<string> parts
)
public:
ModelIdentifier^ GetIdentifier(
IList<String^>^ externalParts,
ICollection<String^>^ parts
)
member GetIdentifier :
externalParts:IList<string> *
parts:ICollection<string> -> ModelIdentifier
public function GetIdentifier(
externalParts : IList<String>,
parts : ICollection<String>
) : ModelIdentifier
Parametry
- externalParts
Typ: System.Collections.Generic.IList<String>
- parts
Typ: System.Collections.Generic.ICollection<String>
Vrácená hodnota
Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.