다음을 통해 공유


GetTypeFromUrnSkeleton 메서드

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Shared Function GetTypeFromUrnSkeleton ( _
    urn As Urn _
) As Type
‘사용 방법
Dim urn As Urn
Dim returnValue As Type

returnValue = SqlSmoObject.GetTypeFromUrnSkeleton(urn)
public static Type GetTypeFromUrnSkeleton(
    Urn urn
)
public:
static Type^ GetTypeFromUrnSkeleton(
    Urn^ urn
)
static member GetTypeFromUrnSkeleton : 
        urn:Urn -> Type 
public static function GetTypeFromUrnSkeleton(
    urn : Urn
) : Type

매개 변수

  • urn
    형식: Urn

반환 값

형식: System. . :: . .Type