XEStore.ISfcDomain.GetTypeMetadata 메서드

Gets the type metadata of a class specified by the typeName parameter.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
Private Function GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
‘사용 방법
Dim instance As XEStore 
Dim typeName As String 
Dim returnValue As SfcTypeMetadata 

returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
    string typeName
)
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
private abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata  
private override GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • typeName
    유형: System.String
    A string value that specifies the type name.

반환 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
Returns SfcTypeMetadata.

구현

ISfcDomain.GetTypeMetadata(String)

주의

The Microsoft.SqlServer.Management.Sdk.Sfc.dll contains the assemblies for SQL Foundation Classes. The library is found in the directory: %ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies.

참고 항목

참조

XEStore 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스