SqlSmoObject.GetTypeFromUrnSkeleton 메서드
Gets the type from the Urn object specified by the parameter.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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
유형: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object.
반환 값
유형: System.Type
A Type object.