Utility.ISfcDomain2.GetUrnSkeletonsFromType(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含 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
参数
返回
一个字符串类型的泛型列表。