Metodo ModelStore.GetIdentifier (IList<String>, ICollection<String>)
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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
Parametri
- externalParts
Tipo: System.Collections.Generic.IList<String>
- parts
Tipo: System.Collections.Generic.ICollection<String>
Valore restituito
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.