Udostępnij przez


Metoda Utility.ISfcDomain2.GetUrnSkeletonsFromType

Pobiera listę ciąg wartości, które zawierają szkieletów URN.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Utility
Zestaw:  Microsoft.SqlServer.Management.Utility (w Microsoft.SqlServer.Management.Utility.dll)

Składnia

'Deklaracja
Private Function GetUrnSkeletonsFromType ( _
    inputType As Type _
) As List(Of String) Implements ISfcDomain2.GetUrnSkeletonsFromType
'Użycie
Dim instance As Utility
Dim inputType As Type
Dim returnValue As List(Of String)

returnValue = CType(instance, ISfcDomain2).GetUrnSkeletonsFromType(inputType)
List<string> ISfcDomain2.GetUrnSkeletonsFromType(
    Type inputType
)
private:
virtual List<String^>^ GetUrnSkeletonsFromType(
    Type^ inputType
) sealed = ISfcDomain2::GetUrnSkeletonsFromType
private abstract GetUrnSkeletonsFromType : 
        inputType:Type -> List<string> 
private override GetUrnSkeletonsFromType : 
        inputType:Type -> List<string> 
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Parametry

Wartość zwracana

Typ: System.Collections.Generic.List<String>
Ogólna lista typu ciąg.

Implementacje

ISfcDomain2.GetUrnSkeletonsFromType(Type)