다음을 통해 공유


GetObjectTypeFromFullName 메서드 (String)

정보를 제공하기 위해서만 확인됩니다. 지원되지 않습니다. 향후 호환성은 보장되지 않습니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Shared Function GetObjectTypeFromFullName ( _
    fullTypeName As String _
) As Type
‘사용 방법
Dim fullTypeName As String
Dim returnValue As Type

returnValue = SfcRegistration.GetObjectTypeFromFullName(fullTypeName)
public static Type GetObjectTypeFromFullName(
    string fullTypeName
)
public:
static Type^ GetObjectTypeFromFullName(
    String^ fullTypeName
)
static member GetObjectTypeFromFullName : 
        fullTypeName:string -> Type 
public static function GetObjectTypeFromFullName(
    fullTypeName : String
) : Type

매개 변수

반환 값

유형: System. . :: . .Type
전체 개체 이름을 포함하는 개체의 유형입니다.