共用方式為


MetadataWorkspace.TryGetItemCollection 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

測試擷取 MetadataWorkspace

命名空間:  System.Data.Entity.Core.Metadata.Edm
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Overridable Function TryGetItemCollection ( _
    dataSpace As DataSpace, _
    <OutAttribute> ByRef collection As ItemCollection _
) As Boolean
'用途
Dim instance As MetadataWorkspace 
Dim dataSpace As DataSpace 
Dim collection As ItemCollection 
Dim returnValue As Boolean 

returnValue = instance.TryGetItemCollection(dataSpace, _
    collection)
public virtual bool TryGetItemCollection(
    DataSpace dataSpace,
    out ItemCollection collection
)
public:
virtual bool TryGetItemCollection(
    DataSpace dataSpace, 
    [OutAttribute] ItemCollection^% collection
)
abstract TryGetItemCollection : 
        dataSpace:DataSpace * 
        collection:ItemCollection byref -> bool  
override TryGetItemCollection : 
        dataSpace:DataSpace * 
        collection:ItemCollection byref -> bool
public function TryGetItemCollection(
    dataSpace : DataSpace, 
    collection : ItemCollection
) : boolean

參數

傳回值

類型:System.Boolean
如果擷取成功則為 true,否則為 false。

請參閱

參考

MetadataWorkspace 類別

System.Data.Entity.Core.Metadata.Edm 命名空間