Método SqlSmoObject.GetTypeFromUrnSkeleton

Gets the type from the Urn object specified by the parameter.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Shared Function GetTypeFromUrnSkeleton ( _
    urn As Urn _
) As Type
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Type
A Type object.

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo