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

参数

返回值

类型:System.Type
A Type object.

请参阅

参考

SqlSmoObject 类

Microsoft.SqlServer.Management.Smo 命名空间