比如
For Each t As Table In Tables If t.TableType = TableTypeEnum.Normal AndAlso t.IsCopy = False AndAlso t.IsRelation = False Then msgbox(t.name) End IfNext