ModelStore.GetIdentifier Method (ICollection<String>)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
Parameters
- 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.