ModelStore.GetIdentifier メソッド (IEnumerable<String>)

スコープ ID と文字列の一覧で、モデルから識別子を取得します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Function GetIdentifier ( _
    identifiers As IEnumerable(Of String) _
) As ModelStore..::.Identifier
'使用
Dim instance As ModelStore
Dim identifiers As IEnumerable(Of String)
Dim returnValue As ModelStore..::.Identifier

returnValue = instance.GetIdentifier(identifiers)
public ModelStore..::.Identifier GetIdentifier(
    IEnumerable<string> identifiers
)
public:
ModelStore..::.Identifier^ GetIdentifier(
    IEnumerable<String^>^ identifiers
)
public function GetIdentifier(
    identifiers : IEnumerable<String>
) : ModelStore..::.Identifier

パラメータ

戻り値

型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier

解説

見つからない場合は、null が返されます。

参照

参照

ModelStore クラス

ModelStore メンバ

GetIdentifier オーバーロード

Microsoft.Data.Schema.SchemaModel 名前空間