Condividi tramite


Metodo ISfcDomain2.GetUrnSkeletonsFromType

Gets a list of string values that contain the URN skeletons.

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
Private Function GetUrnSkeletonsFromType ( _
    inputType As Type _
) As List(Of String) Implements ISfcDomain2.GetUrnSkeletonsFromType
'Utilizzo
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> 
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Valore restituito

Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
A generic list of type string.

Implementa

ISfcDomain2. . :: . .GetUrnSkeletonsFromType(Type)