이진 형식에 대한 참조를 가져옵니다.
네임스페이스: Microsoft.Data.Edm.Library
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Function GetBinary ( _
isMaxMaxLength As Boolean, _
maxLength As Nullable(Of Integer), _
isFixedLength As Nullable(Of Boolean), _
isNullable As Boolean _
) As IEdmBinaryTypeReference
‘사용 방법
Dim instance As EdmCoreModel
Dim isMaxMaxLength As Boolean
Dim maxLength As Nullable(Of Integer)
Dim isFixedLength As Nullable(Of Boolean)
Dim isNullable As Boolean
Dim returnValue As IEdmBinaryTypeReference
returnValue = instance.GetBinary(isMaxMaxLength, _
maxLength, isFixedLength, isNullable)
public IEdmBinaryTypeReference GetBinary(
bool isMaxMaxLength,
Nullable<int> maxLength,
Nullable<bool> isFixedLength,
bool isNullable
)
public:
IEdmBinaryTypeReference^ GetBinary(
bool isMaxMaxLength,
Nullable<int> maxLength,
Nullable<bool> isFixedLength,
bool isNullable
)
member GetBinary :
isMaxMaxLength:bool *
maxLength:Nullable<int> *
isFixedLength:Nullable<bool> *
isNullable:bool -> IEdmBinaryTypeReference
public function GetBinary(
isMaxMaxLength : boolean,
maxLength : Nullable<int>,
isFixedLength : Nullable<boolean>,
isNullable : boolean
) : IEdmBinaryTypeReference
매개 변수
- isMaxMaxLength
유형: System.Boolean
최대 길이가 허용되는 최대값임을 나타내려면 true이고, 그렇지 않으면 false입니다.
- maxLength
유형: System.Nullable<Int32>
이 형식 값의 최대 길이입니다.
- isFixedLength
유형: System.Nullable<Boolean>
길이가 달라질 수 있음을 나타내려면 true이고, 그렇지 않으면 false입니다.
- isNullable
유형: System.Boolean
참조되는 형식이 Null을 허용해야 함을 나타내려면 true이고, 그렇지 않으면 false입니다.
반환 값
유형: Microsoft.Data.Edm.IEdmBinaryTypeReference
이진 형식 참조입니다.