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


SqlSourceInformation.Length Property

Gets the length, in characters, of the element in the file.

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

Syntax

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

Property Value

Type: System.Int32

Implements

ISourceInformation.Length

.NET Framework Security

See Also

Reference

SqlSourceInformation Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace