SqlTriggerContext.ColumnCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得繫結至觸發程序之資料表格中包含的資料行數目。 這個屬性是唯讀的。
public:
property int ColumnCount { int get(); };
public int ColumnCount { get; }
member this.ColumnCount : int
Public ReadOnly Property ColumnCount As Integer
屬性值
繫結至觸發程序之資料表格中包含的資料行數目,為整數。
備註
ColumnCount 屬性有助於判斷允許指定觸發程式調用的最大序數 IsUpdatedColumn 。