IVsDataStoredProcedure Members
Include Protected Members
Include Inherited Members
Represents a mapped object that executes code using zero or more input or output parameters and may also return data in a tabular form.
The IVsDataStoredProcedure type exposes the following members.
Properties
Name
Description
Overloaded.
Gets a list of data columns contained in the tabular object. (Inherited from IVsDataTabularObject.)
Gets the list of identifier parts that uniquely identify the current generic mapped type. (Inherited from IVsDataMappedObject.)
Gets a value indicating whether the current generic mapped type is deleted. (Inherited from IVsDataMappedObject.)
Overloaded.
Gets the name of the generic mapped type. (Inherited from IVsDataMappedObject.)
Gets the parameters of this executable data object. (Inherited from IVsDataExecutableObject.)
Gets name/value pairs containing the property names and values associated with the current generic mapped type. (Inherited from IVsDataMappedObject.)
Gets the value that the stored procedure object returns after execution.
Overloaded.
Gets a selector object that enables the retrieval of data source–specific metadata from the data object support XML file. (Inherited from IVsDataMappedObject.)
Gets or sets the site. (Inherited from IVsDataSiteableObject<T>.)
Gets the type name as a string for the current generic mapped type. (Inherited from IVsDataMappedObject.)
Gets the underlying object that is contained by the current generic mapped type. (Inherited from IVsDataMappedObject.)
Top
See Also
Reference
IVsDataStoredProcedure Interface
Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace