DataViewSupport.GetDataViews Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an XML stream that contains a description of one or more data views to display in the Visual Studio Server Explorer tool window for a given connection.
public:
virtual System::IO::Stream ^ GetDataViews();
public virtual System.IO.Stream GetDataViews ();
abstract member GetDataViews : unit -> System.IO.Stream
override this.GetDataViews : unit -> System.IO.Stream
Public Overridable Function GetDataViews () As Stream
Returns
Returns a Stream object instance that contains the XML description of the specified data view (or views).