DataViewSupport.GetDataViews Method

Definition

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).

Applies to