EdmCollectionTypeReference 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.Data.Edm.Library
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Sub New ( _
collectionType As IEdmCollectionType, _
isNullable As Boolean _
)
‘사용 방법
Dim collectionType As IEdmCollectionType
Dim isNullable As Boolean
Dim instance As New EdmCollectionTypeReference(collectionType, _
isNullable)
public EdmCollectionTypeReference(
IEdmCollectionType collectionType,
bool isNullable
)
public:
EdmCollectionTypeReference(
IEdmCollectionType^ collectionType,
bool isNullable
)
new :
collectionType:IEdmCollectionType *
isNullable:bool -> EdmCollectionTypeReference
public function EdmCollectionTypeReference(
collectionType : IEdmCollectionType,
isNullable : boolean
)
매개 변수
- collectionType
유형: Microsoft.Data.Edm.IEdmCollectionType
이 참조가 참조하는 형식 정의입니다.
- isNullable
유형: System.Boolean
Nullable 형식을 사용할 수 있는지 여부를 나타냅니다.