DataConnection.ObjectSupport Property
Retrieves an object that provides an XML stream defining the various DDEX data object types supported by the current data connection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectSupport As DataObjectSupport
Get
public DataObjectSupport ObjectSupport { get; }
public:
property DataObjectSupport^ ObjectSupport {
DataObjectSupport^ get ();
}
member ObjectSupport : DataObjectSupport
function get ObjectSupport () : DataObjectSupport
Property Value
Type: Microsoft.VisualStudio.Data.DataObjectSupport
Returns a DataObjectSupport object instance, which provides an XML stream with definitions for the DDEX data object types supported by the current data connection.
Remarks
The XML stream conforms to the XML schema defined in the schema definition file, VsDataObjectSupport.xsd. For more information, see DDEX Data Object Support.
.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.