DataServiceProviderMethods.TypeIs 메서드
지정된 형식의 값인지 확인합니다.
네임스페이스: System.Data.Services.Providers
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Public Shared Function TypeIs ( _
value As Object, _
type As ResourceType _
) As Boolean
‘사용 방법
Dim value As Object
Dim type As ResourceType
Dim returnValue As Boolean
returnValue = DataServiceProviderMethods.TypeIs(value, _
type)
public static bool TypeIs(
Object value,
ResourceType type
)
public:
static bool TypeIs(
Object^ value,
ResourceType^ type
)
static member TypeIs :
value:Object *
type:ResourceType -> bool
public static function TypeIs(
value : Object,
type : ResourceType
) : boolean
매개 변수
- value
유형: System.Object
확인할 값입니다.
- type
유형: System.Data.Services.Providers.ResourceType
비교할 ResourceType입니다.
반환 값
유형: System.Boolean
값이 지정된 형식이면 true이고, 그렇지 않으면 false입니다.