ISourceInformation Interface

Provides an interface for information about the source for a database model element.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Interface ISourceInformation
public interface ISourceInformation
public interface class ISourceInformation
type ISourceInformation =  interface end
public interface ISourceInformation

The ISourceInformation type exposes the following members.

Properties

  Name Description
Public property IsPrimary Gets a value that indicates whether the source is the primary source for the element.
Public property Length Gets the length, in characters, of the element in the source file.
Public property Offset Gets the location in the source file for the start of the element.
Public property Script Gets the script that generated the source file.
Public property ScriptDom Gets the scripting document model for the script.
Public property SourceName Gets the file name or other unique name that indicates where the element originates.
Public property StartColumn Gets the number of the column for the start of the element in the source.
Public property StartLine Gets the number of the line for the start of the element in the source.

Top

See Also

Reference

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement