DataProvider.GetType 메서드 (String)

형식 이름으로 확인 된 Type DDEX 공급자에 의해 정의 된 대로.

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

구문

‘선언
Public Function GetType ( _
    typeName As String _
) As Type
public Type GetType(
    string typeName
)
public:
Type^ GetType(
    String^ typeName
)
member GetType : 
        typeName:string -> Type
public function GetType(
    typeName : String
) : Type

매개 변수

  • typeName
    형식: String

    지정 된 데이터 형식에 대 한 문자열 이름입니다.

반환 값

형식: Type
지정 된 형식으로 반환합니다.

.NET Framework 보안

참고 항목

참조

DataProvider 클래스

GetType 오버로드

Microsoft.VisualStudio.Data 네임스페이스