Utility.ISfcDomain2.GetUrnSkeletonsFromType(Type) 方法

定义

获取包含 URN 主干的字符串值的列表。

 virtual System::Collections::Generic::List<System::String ^> ^ Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain2.GetUrnSkeletonsFromType(Type ^ inputType) = Microsoft::SqlServer::Management::Sdk::Sfc::ISfcDomain2::GetUrnSkeletonsFromType;
System.Collections.Generic.List<string> ISfcDomain2.GetUrnSkeletonsFromType (Type inputType);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain2.GetUrnSkeletonsFromType : Type -> System.Collections.Generic.List<string>
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomain2.GetUrnSkeletonsFromType : Type -> System.Collections.Generic.List<string>
Function GetUrnSkeletonsFromType (inputType As Type) As List(Of String) Implements ISfcDomain2.GetUrnSkeletonsFromType

参数

inputType
Type

Type 对象。

返回

一个字符串类型的泛型列表。

实现

适用于