SchemaTableOptionalColumn.IsHidden Field

Definition

Specifies whether this column is hidden.

public: static initonly System::String ^ IsHidden;
public static readonly string IsHidden;
 staticval mutable IsHidden : string
Public Shared ReadOnly IsHidden As String 

Field Value

Remarks

Returns the string "true" if the column is hidden, otherwise "false."

Applies to

See also