IColumnSource インターフェイス
列を含む任意の要素 (ITable、IView など) を表します。
名前空間 : Microsoft.Data.Schema.SchemaModel.Abstract
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Interface IColumnSource _
Implements IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'使用
Dim instance As IColumnSource
public interface IColumnSource : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IColumnSource : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IColumnSource extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder