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 | |
---|---|---|
IsPrimary | Gets a value that indicates whether the source is the primary source for the element. | |
Length | Gets the length, in characters, of the element in the source file. | |
Offset | Gets the location in the source file for the start of the element. | |
Script | Gets the script that generated the source file. | |
ScriptDom | Gets the scripting document model for the script. | |
SourceName | Gets the file name or other unique name that indicates where the element originates. | |
StartColumn | Gets the number of the column for the start of the element in the source. | |
StartLine | Gets the number of the line for the start of the element in the source. |
Top