ColumnInfo.DefaultValue 屬性

取得資料行的預設值。

Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public ReadOnly Property DefaultValue As IList(Of Byte)
    Get
'Usage
Dim instance As ColumnInfo
Dim value As IList(Of Byte)

value = instance.DefaultValue
public IList<byte> DefaultValue { get; }

屬性值

類型:System.Collections.Generic.IListByte<>

另請參閱

參考

ColumnInfo 類別

ColumnInfo 成員

Microsoft.Isam.Esent.Interop 命名空間