ModelStore.GetIdentifier Method (IList<String>, ICollection<String>)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameters
- externalParts
Type: System.Collections.Generic.IList<String>
- parts
Type: System.Collections.Generic.ICollection<String>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.