Metoda SfcMetadataDiscovery.GetUrnSkeletonsFromType
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Shared Function GetUrnSkeletonsFromType ( _
inputType As Type _
) As List(Of String)
'Użycie
Dim inputType As Type
Dim returnValue As List(Of String)
returnValue = SfcMetadataDiscovery.GetUrnSkeletonsFromType(inputType)
public static List<string> GetUrnSkeletonsFromType(
Type inputType
)
public:
static List<String^>^ GetUrnSkeletonsFromType(
Type^ inputType
)
static member GetUrnSkeletonsFromType :
inputType:Type -> List<string>
public static function GetUrnSkeletonsFromType(
inputType : Type
) : List<String>
Parametry
- inputType
Typ: System.Type
Typ danych wejściowych.
Wartość zwracana
Typ: System.Collections.Generic.List<String>
Lista możliwych szkielet Urn ciągi wywołujące do określonego typu.
Zobacz także