SfcMetadataDiscovery.GetParentsFromType Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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
- childType
Tipo: System.Type
The child type.
Valor devuelto
Tipo: System.Collections.Generic.List<Type>
The list of possible parent type.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata