BlobColumn.Length Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets the length of the contents of the column.
public:
property System::UInt32 Length { System::UInt32 get(); };
[System.CLSCompliant(false)]
public uint Length { get; }
[<System.CLSCompliant(false)>]
member this.Length : uint32
Public ReadOnly Property Length As UInteger
Property Value
The length of the contents of the column.
- Attributes