IAltViewProvider.SupportedViews 属性

定义

获取此树支持的所有视图的列表。

public:
 property cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^> ^ SupportedViews { cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IViewType ^> ^ get(); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType[] SupportedViews { get; }
member this.SupportedViews : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IViewType[]
Public ReadOnly Property SupportedViews As IViewType()

属性值

返回所有视图的列表。

适用于