If true, this index is associated with this single column
Public Property IsColumnIndex As Boolean
Dim instance As Index
Dim value As Boolean
instance.IsColumnIndex = value
value = instance.IsColumnIndex
public bool IsColumnIndex {get; set;}
public: __property bool get_IsColumnIndex();
public: __property void set_IsColumnIndex(
bool value
);
public:
property bool IsColumnIndex {
bool get();
void set ( bool value);
}
Property Value
true
if this instance is column index; otherwise,
false
.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2