SqlSmoObject.GetTypeFromUrnSkeleton メソッド

パラメーターで指定された Urn オブジェクトの種類を取得します。

名前空間:  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
Type オブジェクトです。

関連項目

参照

SqlSmoObject クラス

Microsoft.SqlServer.Management.Smo 名前空間