单项选择题

A.sp_helptext“视图名称”
B.SELECT*From sysobjects WHERE name=‘视图名称’
C.SELECT*FROM syscomments where name=‘视图名称’
D.sp_helpview‘视图名称’