IEntityReferenceCollection.Item 屬性 (String, String)
取得外部內容類型參考資料,內含名稱與指定的命名空間。
命名空間: Microsoft.BusinessData.MetadataModel.Collections
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
ReadOnly Property Item ( _
namespace As String, _
name As String _
) As IEntityReference
Get
'用途
Dim instance As IEntityReferenceCollection
Dim namespace As String
Dim name As String
Dim value As IEntityReference
value = instance.Item(namespace, name)
IEntityReference this[
string namespace,
string name
] { get; }
參數
namespace
類型:System.String參照的命名空間。
name
類型:System.String參照的名稱。
屬性值
類型:Microsoft.BusinessData.MetadataModel.IEntityReference
參考資料,內含名稱與指定的命名空間。