EdmAssertTypeExpression.Type 속성
어설션된 형식을 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.Edm.Library.Expressions
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
Public Property Type As IEdmTypeReference
Get
Set
‘사용 방법
Dim instance As EdmAssertTypeExpression
Dim value As IEdmTypeReference
value = instance.Type
instance.Type = value
public IEdmTypeReference Type { get; set; }
public:
virtual property IEdmTypeReference^ Type {
IEdmTypeReference^ get () sealed;
void set (IEdmTypeReference^ value) sealed;
}
abstract Type : IEdmTypeReference with get, set
override Type : IEdmTypeReference with get, set
final function get Type () : IEdmTypeReference
final function set Type (value : IEdmTypeReference)
속성 값
유형: Microsoft.Data.Edm.IEdmTypeReference