Método GetRootFromType
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared Function GetRootFromType ( _
inputType As Type _
) As Type
'Uso
Dim inputType As Type
Dim returnValue As Type
returnValue = SfcMetadataDiscovery.GetRootFromType(inputType)
public static Type GetRootFromType(
Type inputType
)
public:
static Type^ GetRootFromType(
Type^ inputType
)
static member GetRootFromType :
inputType:Type -> Type
public static function GetRootFromType(
inputType : Type
) : Type
Parâmetros
- inputType
Tipo: System. . :: . .Type
The type input.
Valor de retorno
Tipo: System. . :: . .Type
The root from the specified type.
Consulte também