IScriptFragment.StartOffset Property

Gets the offset of the fragment.

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

Syntax

'Declaration
ReadOnly Property StartOffset As Integer
int StartOffset { get; }
property int StartOffset {
    int get ();
}
abstract StartOffset : int
function get StartOffset () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IScriptFragment Interface

Microsoft.Data.Schema.ScriptDom Namespace