Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the EDM container element type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property ContainerElementKind As EdmContainerElementKind
Get
'Usage
Dim instance As IEdmEntityContainerElement
Dim value As EdmContainerElementKind
value = instance.ContainerElementKind
EdmContainerElementKind ContainerElementKind { get; }
property EdmContainerElementKind ContainerElementKind {
EdmContainerElementKind get ();
}
abstract ContainerElementKind : EdmContainerElementKind
function get ContainerElementKind () : EdmContainerElementKind
Property Value
Type: Microsoft.Data.Edm.EdmContainerElementKind
The EDM container element type.