다음을 통해 공유


EdmCoreModel.GetBinary 메서드 (Boolean)

이진 형식에 대한 참조를 가져옵니다.

네임스페이스:  Microsoft.Data.Edm.Library
어셈블리:  Microsoft.Data.Edm(Microsoft.Data.Edm.dll)

구문

‘선언
Public Function GetBinary ( _
    isNullable As Boolean _
) As IEdmBinaryTypeReference
‘사용 방법
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmBinaryTypeReference

returnValue = instance.GetBinary(isNullable)
public IEdmBinaryTypeReference GetBinary(
    bool isNullable
)
public:
IEdmBinaryTypeReference^ GetBinary(
    bool isNullable
)
member GetBinary : 
        isNullable:bool -> IEdmBinaryTypeReference 
public function GetBinary(
    isNullable : boolean
) : IEdmBinaryTypeReference

매개 변수

  • isNullable
    유형: System.Boolean
    참조되는 형식이 Null을 허용해야 함을 나타내려면 true이고, 그렇지 않으면 false입니다.

반환 값

유형: Microsoft.Data.Edm.IEdmBinaryTypeReference
이진 형식 참조입니다.

참고 항목

참조

EdmCoreModel 클래스

GetBinary 오버로드

Microsoft.Data.Edm.Library 네임스페이스