Compartilhar via


Método GetParentsFromType

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 GetParentsFromType ( _
    childType As Type _
) As List(Of Type)
'Uso
Dim childType As Type
Dim returnValue As List(Of Type)

returnValue = SfcMetadataDiscovery.GetParentsFromType(childType)
public static List<Type> GetParentsFromType(
    Type childType
)
public:
static List<Type^>^ GetParentsFromType(
    Type^ childType
)
static member GetParentsFromType : 
        childType:Type -> List<Type> 
public static function GetParentsFromType(
    childType : Type
) : List<Type>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >
The list of possible parent type.