IIdentifierCollection 介面
代表識別項的集合。
命名空間: Microsoft.BusinessData.MetadataModel.Collections
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Interface IIdentifierCollection _
Inherits IReadOnlyCollection(Of IIdentifier), IEnumerable
'用途
Dim instance As IIdentifierCollection
public interface IIdentifierCollection : IReadOnlyCollection<IIdentifier>,
IEnumerable