IDTSDBProviderInfo100.SupportsNullColumns Property
Definition
public:
property bool SupportsNullColumns { bool get(); };
[System.Runtime.InteropServices.DispId(7)]
[get: System.Runtime.InteropServices.DispId(7)]
public bool SupportsNullColumns { get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.SupportsNullColumns : bool
Public ReadOnly Property SupportsNullColumns As Boolean
Property Value
一个 布尔值 ,该值指示表是否支持 null 列。A Boolean that indicates if the table supports null columns. 如果值为 true,则 表示支持 null 列。A value of true indicates that null columns are supported.
- Attributes