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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.