Поделиться через


Utility.ISfcDomain2.GetUrnSkeletonsFromType(Type) Метод

Определение

Возвращает список строковых значений, содержащих основу универсального имени ресурса.

 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.

Возвращаемое значение

Универсальный список элементов строковых типов.

Реализации

Применяется к