Metodo GetParentsFromType
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Function GetParentsFromType ( _
childType As Type _
) As List(Of Type)
'Utilizzo
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>
Parametri
- childType
Tipo: System. . :: . .Type
The child type.
Valore restituito
Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >
The list of possible parent type.
Vedere anche