Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.2 KB

system.data.sqltypes.sqlstreamchars.length.md

File metadata and controls

45 lines (34 loc) · 1.2 KB
description title author ms.date ms.subservice topic_type api_name api_location api_type
Learn more about: SqlStreamChars.Length Property
SqlStreamChars.Length Property (System.Data.SqlTypes)
stevestein
12/19/2018
data-access
apiref
System.Data.SqlTypes.SqlStreamChars.Length
System.Data.SqlTypes.SqlStreamChars.get_Length
System.Data.dll
Assembly

SqlStreamChars.Length Property

When overridden in a derived class, gets the length of the current stream. The assembly that contains this property has a friend relationship with SQLAccess.dll. It's intended for use by SQL Server. For other databases, use the hosting mechanism provided by that database.

Syntax

public abstract long Length { get; }

Property value

xref:System.Int64
The length of the stream.

Remarks

Warning

The SqlStreamChars.Length property is private and is not meant to be used directly in your code.

Microsoft does not support the use of this property in a production application under any circumstance.

Requirements

Namespace: xref:System.Data.SqlTypes

Assembly: System.Data (in System.Data.dll)

.NET Framework versions: Available since 2.0.