Metodo ModelStore.GetIdentifier (ICollection<String>)
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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
Parametri
- 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.