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 개체입니다.

반환

문자열 유형의 일반 목록입니다.

구현

적용 대상