ModelStore.CreateIdentifier メソッド (ICollection<String>)
指定された部分名のコレクションを使用して、一意のモデル識別子を作成します。
名前空間: Microsoft.Data.Schema.SchemaModel
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Function CreateIdentifier ( _
parts As ICollection(Of String) _
) As ModelIdentifier
public ModelIdentifier CreateIdentifier(
ICollection<string> parts
)
public:
ModelIdentifier^ CreateIdentifier(
ICollection<String^>^ parts
)
member CreateIdentifier :
parts:ICollection<string> -> ModelIdentifier
public function CreateIdentifier(
parts : ICollection<String>
) : ModelIdentifier
パラメーター
- parts
型: System.Collections.Generic.ICollection<String>
部分名の ICollection<T>。
戻り値
型: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
一意の識別子。同じ部分を持つ識別子が既に存在している場合は、その識別子が返されます。
解説
"dbo.MyTable" という名前の要素は、"dbo" と "MyTable" を含む名前の部分の配列で表されます。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。