共用方式為


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 命名空間