다음을 통해 공유


EdmTypeSemantics.IsString 메서드

이 참조가 문자열 형식을 참조하는지 여부를 확인합니다.

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

구문

‘선언
<ExtensionAttribute> _
Public Shared Function IsString ( _
    type As IEdmTypeReference _
) As Boolean
‘사용 방법
Dim type As IEdmTypeReference
Dim returnValue As Boolean

returnValue = type.IsString()
public static bool IsString(
    this IEdmTypeReference type
)
[ExtensionAttribute]
public:
static bool IsString(
    IEdmTypeReference^ type
)
static member IsString : 
        type:IEdmTypeReference -> bool 
public static function IsString(
    type : IEdmTypeReference
) : boolean

매개 변수

반환 값

유형: System.Boolean
이 참조가 문자열 형식을 참조하면 true이고, 그렇지 않으면 false입니다.

사용법 정보

Visual Basic 및 C#에서는 이 메서드를 IEdmTypeReference 유형의 모든 개체에 대한 인스턴스 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출하는 경우 첫 번째 매개 변수를 생략합니다. 자세한 내용은 https://msdn.microsoft.com/ko-kr/library/bb384936(v=vs.103) 또는 https://msdn.microsoft.com/ko-kr/library/bb383977(v=vs.103)을(를) 참조하십시오.

참고 항목

참조

EdmTypeSemantics 클래스

Microsoft.Data.Edm 네임스페이스