Udostępnij za pośrednictwem


Metoda SqlSmoObject.GetTypeFromUrnSkeleton

Pobiera typ z Urn obiektu określonego przez parametr.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Shared Function GetTypeFromUrnSkeleton ( _
    urn As Urn _
) As Type
'Użycie
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

Parametry

Wartość zwracana

Typ: System.Type
A Type obiektu.