Метод 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