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<>