다음을 통해 공유


InstantiateAnnotationCallback<TAnnotation> 대리자

주석을 인스턴스화하기 위해 호출할 Type 및 메서드를 나타냅니다.

네임스페이스:  Microsoft.Data.Schema.SchemaModel
어셈블리:  Microsoft.Data.Schema(Microsoft.Data.Schema.dll)

구문

‘선언
Public Delegate Function InstantiateAnnotationCallback(Of TAnnotation As ModelAnnotation) As TAnnotation
public delegate TAnnotation InstantiateAnnotationCallback<TAnnotation>()
where TAnnotation : ModelAnnotation
generic<typename TAnnotation>
where TAnnotation : ModelAnnotation
public delegate TAnnotation InstantiateAnnotationCallback()
type InstantiateAnnotationCallback = 
    delegate of unit -> 'TAnnotation
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.

Type 매개 변수

  • TAnnotation

반환 값

형식: TAnnotation
ModelAnnotation 클래스에서 파생되는 지정된 Type의 인스턴스화된 개체입니다.

참고 항목

참조

Microsoft.Data.Schema.SchemaModel 네임스페이스

ModelAnnotation