Dela via


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
'Usage
Dim instance As IScriptFragment 
Dim value As Integer 

value = instance.StartOffset
int StartOffset { get; }
property int StartOffset {
    int get ();
}
function get StartOffset () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IScriptFragment Interface

IScriptFragment Members

Microsoft.Data.Schema.ScriptDom Namespace