IScriptSourcedElement Interface
Interface for all Model Elements that have an element script source.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IScriptSourcedElement _
Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As IScriptSourcedElement
public interface IScriptSourcedElement : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IScriptSourcedElement : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IScriptSourcedElement extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type IScriptSourcedElement =
interface
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
See Also
Reference
Microsoft.Data.Schema.SchemaModel Namespace
Other Resources
Walkthrough: Authoring a Custom Static Code Analysis Rule Assembly for SQL