Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function GetUrnSkeletonsFromType ( _
inputType As Type _
) As List(Of String)
'Usage
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>
Parameter
- inputType
Typ: System.Type
The input type.
Rückgabewert
Typ: System.Collections.Generic.List<String>
The list of possible Urn skeleton strings that lead to the specified type.