Поделиться через


SqlSourceInformation.StartLine Property

Gets the line in the file that contains the start of the element definition.

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

Syntax

'Declaration
Public ReadOnly Property StartLine As Integer
public int StartLine { get; }
public:
virtual property int StartLine {
    int get () sealed;
}
abstract StartLine : int
override StartLine : int
final function get StartLine () : int

Property Value

Type: System.Int32

Implements

ISourceInformation.StartLine

.NET Framework Security

See Also

Reference

SqlSourceInformation Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace