ModelStore.GetIdentifier 方法 (IList<String>, ICollection<String>)

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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

參數

傳回值

型別:Microsoft.Data.Schema.SchemaModel.ModelIdentifier

.NET Framework 安全性

請參閱

參考

ModelStore 類別

GetIdentifier 多載

Microsoft.Data.Schema.SchemaModel 命名空間