IScriptFragment.FragmentLength Property

Gets the number of characters in the fragment.

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IScriptFragment Interface

Microsoft.Data.Schema.ScriptDom Namespace