Utility.ISfcDomain2.GetUrnSkeletonsFromType 메서드
Gets a list of string values that contain the URN skeletons.
네임스페이스: Microsoft.SqlServer.Management.Utility
어셈블리: Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)
구문
‘선언
Private Function GetUrnSkeletonsFromType ( _
inputType As Type _
) As List(Of String) Implements ISfcDomain2.GetUrnSkeletonsFromType
‘사용 방법
Dim instance As Utility
Dim inputType As Type
Dim returnValue As List(Of String)
returnValue = CType(instance, ISfcDomain2).GetUrnSkeletonsFromType(inputType)
List<string> ISfcDomain2.GetUrnSkeletonsFromType(
Type inputType
)
private:
virtual List<String^>^ GetUrnSkeletonsFromType(
Type^ inputType
) sealed = ISfcDomain2::GetUrnSkeletonsFromType
private abstract GetUrnSkeletonsFromType :
inputType:Type -> List<string>
private override GetUrnSkeletonsFromType :
inputType:Type -> List<string>
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- inputType
유형: System.Type
A Type object.
반환 값
유형: System.Collections.Generic.List<String>
A generic list of type string.
구현
ISfcDomain2.GetUrnSkeletonsFromType(Type)