ISql90DdlTrigger.GetAnnotations Method
Include Protected Members
Include Inherited Members
Returns all attached annotations.
Overload List
Name | Description | |
---|---|---|
GetAnnotations() | Returns a list of attached annotations. (Inherited from IModelAnnotationHolder.) | |
GetAnnotations(Type) | Returns a list of attached annotations that implement the given type. (Inherited from IModelAnnotationHolder.) | |
GetAnnotations(ModelStore.Identifier) | Returns a list of attached annotations that are named with the given identifier. (Inherited from IModelAnnotationHolder.) | |
GetAnnotations(ModelStore.Identifier, Type) | Returns a list of attached annotations that implement the given type and have the identifier as their name. (Inherited from IModelAnnotationHolder.) |
Top