DataConnection.ViewSupport Property
Retrieves an object that provides an XML stream defining the various data views supported by the current data connection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ViewSupport As DataViewSupport
Get
public DataViewSupport ViewSupport { get; }
public:
property DataViewSupport^ ViewSupport {
DataViewSupport^ get ();
}
member ViewSupport : DataViewSupport
function get ViewSupport () : DataViewSupport
Property Value
Type: Microsoft.VisualStudio.Data.DataViewSupport
Returns a DataViewSupport object instance, which contains an XML stream that provides definitions of the various data views supported by the current data connection.
Remarks
The XML stream conforms to the XML schema defined in the schema definition file, VsDataViewSupport.xsd. For more information, see Data View Support Overview.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data Namespace