ModelStore.GetIdentifier 方法 (ICollection<String>)
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
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
參數
- parts
型別:System.Collections.Generic.ICollection<String>
傳回值
型別:Microsoft.Data.Schema.SchemaModel.ModelIdentifier
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。