Metodo GetUrnSkeletonsFromType
Gets the list of possible Uniform Resource Name (URN) skeletons (for example, Server/Database, Server/Database/ApplicationRole, and so on) that lead to the specified type.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function GetUrnSkeletonsFromType ( _
inputType As Type _
) As List(Of String)
'Utilizzo
Dim instance As ISfcDomain2
Dim inputType As Type
Dim returnValue As List(Of String)
returnValue = instance.GetUrnSkeletonsFromType(inputType)
List<string> GetUrnSkeletonsFromType(
Type inputType
)
List<String^>^ GetUrnSkeletonsFromType(
Type^ inputType
)
abstract GetUrnSkeletonsFromType :
inputType:Type -> List<string>
function GetUrnSkeletonsFromType(
inputType : Type
) : List<String>
Parametri
- inputType
Tipo: System. . :: . .Type
The type to get the URN skeletons for.
Valore restituito
Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
A List<(Of <(<'T>)>)> object that contains the URN skeletons.
Vedere anche