IEdmIsTypeExpression.Type 속성
테스트할 형식을 가져옵니다.
네임스페이스: Microsoft.Data.Edm.Expressions
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
ReadOnly Property Type As IEdmTypeReference
Get
‘사용 방법
Dim instance As IEdmIsTypeExpression
Dim value As IEdmTypeReference
value = instance.Type
IEdmTypeReference Type { get; }
property IEdmTypeReference^ Type {
IEdmTypeReference^ get ();
}
abstract Type : IEdmTypeReference
function get Type () : IEdmTypeReference
속성 값
유형: Microsoft.Data.Edm.IEdmTypeReference
테스트할 형식입니다.