Свойство BlobColumn.Length
Gets the length of the contents of the column.
Этот API-интерфейс несовместим с CLS.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)
Синтаксис
'Декларация
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Length As UInteger
Get
'Применение
Dim instance As BlobColumn
Dim value As UInteger
value = instance.Length
[CLSCompliantAttribute(false)]
public uint Length { get; }
[CLSCompliantAttribute(false)]
public:
property unsigned int Length {
unsigned int get ();
}
[<CLSCompliantAttribute(false)>]
member Length : uint32
function get Length () : uint
Значение свойства
Тип: System.UInt32
The length of the contents of the column.