ExtensionMethods.CollectionDefinition 方法
取得此型別所參考的集合型別。
命名空間: Microsoft.Data.Edm
組件: Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)
語法
'宣告
<ExtensionAttribute> _
Public Shared Function CollectionDefinition ( _
type As IEdmCollectionTypeReference _
) As IEdmCollectionType
'用途
Dim type As IEdmCollectionTypeReference
Dim returnValue As IEdmCollectionType
returnValue = type.CollectionDefinition()
public static IEdmCollectionType CollectionDefinition(
this IEdmCollectionTypeReference type
)
[ExtensionAttribute]
public:
static IEdmCollectionType^ CollectionDefinition(
IEdmCollectionTypeReference^ type
)
static member CollectionDefinition :
type:IEdmCollectionTypeReference -> IEdmCollectionType
public static function CollectionDefinition(
type : IEdmCollectionTypeReference
) : IEdmCollectionType
參數
- type
型別:Microsoft.Data.Edm.IEdmCollectionTypeReference
集合型別的參考。
傳回值
型別:Microsoft.Data.Edm.IEdmCollectionType
集合型別的定義。
使用注意事項
在 Visual Basic 及 C# 中,您可以在任何型別 IEdmCollectionTypeReference 的物件上將這個方法做為執行個體方法呼叫。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱 https://msdn.microsoft.com/zh-tw/library/bb384936(v=vs.103) 或 https://msdn.microsoft.com/zh-tw/library/bb383977(v=vs.103)。