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
パラメーター
- urn
型: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Urn オブジェクトです。
戻り値
型: System.Type
Type オブジェクトです。