DataConnection.ViewSupport Property
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 object that provides an XML stream defining the various data views supported by the current data connection.
public:
property Microsoft::VisualStudio::Data::DataViewSupport ^ ViewSupport { Microsoft::VisualStudio::Data::DataViewSupport ^ get(); };
public Microsoft.VisualStudio.Data.DataViewSupport ViewSupport { get; }
member this.ViewSupport : Microsoft.VisualStudio.Data.DataViewSupport
Public ReadOnly Property ViewSupport As DataViewSupport
Property Value
Returns a DataViewSupport object instance, which contains an XML stream that provides definitions of the various data views supported by the current data connection.