ListBoundColumns List

SQLServer.Database.Rule Object

Description

Returns a list of Column objects that are currently bound to this Rule.

Visual Basic

ColumnList = Rule.ListBoundColumns

C++

HRESULT pRule->ListBoundColumns ( LPSQLOLECOLUMNLIST* ppColumnList );

Elements

Element Type Description

ColumnList ColumnList Returned list of Column objects

Reference

sp_helpconstraint