Utility.ISfcDomain2.GetUrnSkeletonsFromType(Type) Method

Definition

Gets a list of string values that contain the URN skeletons.

 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

Parameters

inputType
Type

A Type object.

Returns

A generic list of type string.

Implements

Applies to