Метод ISfcDomain2.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.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function GetUrnSkeletonsFromType ( _
inputType As Type _
) As List(Of String)
'Применение
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>
Параметры
- inputType
Тип: System.Type
The type to get the URN skeletons for.
Возвращаемое значение
Тип: System.Collections.Generic.List<String>
A List<T> object that contains the URN skeletons.