ISfcDomain2.GetUrnSkeletonsFromType 方法
Gets a list of string values that contain the URN skeletons.
命名空間: Microsoft.SqlServer.Management.Utility
組件: Microsoft.SqlServer.Management.Utility (在 Microsoft.SqlServer.Management.Utility.dll 中)
語法
'宣告
Private Function GetUrnSkeletonsFromType ( _
inputType As Type _
) As List(Of String) Implements ISfcDomain2.GetUrnSkeletonsFromType
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- inputType
型別:System. . :: . .Type
A Type object.
傳回值
型別:System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
A generic list of type string.