SqlDataSourceDesigner.GetViewNames 方法
定义
获取可用视图的列表。Gets a list of available views.
public:
override cli::array <System::String ^> ^ GetViewNames();
public override string[] GetViewNames ();
override this.GetViewNames : unit -> string[]
Public Overrides Function GetViewNames () As String()
返回
- String[]
包含可用视图的名称的字符串数组。A string array containing the names of the available views.