IVsDataStoredProcedure Interface
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.
Represents a mapped object that executes code using zero or more input or output parameters and may also return data in a tabular form.
public interface class IVsDataStoredProcedure : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataExecutableObject, Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTabularObject
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("StoredProcedure", AvailableRestrictions="Catalog, Schema, Name", ClassId="44488309-FCCA-404f-A6C9-728BF996D4A5", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")]
public interface IVsDataStoredProcedure : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataExecutableObject, Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTabularObject
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("StoredProcedure", AvailableRestrictions="Catalog, Schema, Name", ClassId="44488309-FCCA-404f-A6C9-728BF996D4A5", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataStoredProcedure = interface
interface IVsDataExecutableObject
interface IVsDataTabularObject
interface IVsDataMappedObject
interface IVsDataSiteableObject<IVsDataMappedObject>
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("StoredProcedure", AvailableRestrictions="Catalog, Schema, Name", ClassId="44488309-FCCA-404f-A6C9-728BF996D4A5", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataStoredProcedure = interface
interface IVsDataExecutableObject
interface IVsDataMappedObject
interface IVsDataSiteableObject<IVsDataMappedObject>
interface IVsDataTabularObject
Public Interface IVsDataStoredProcedure
Implements IVsDataExecutableObject, IVsDataSiteableObject(Of IVsDataMappedObject), IVsDataTabularObject
- Attributes
- Implements
Properties
Catalog |
Gets the catalog of the tabular object. (Inherited from IVsDataTabularObject) |
Columns |
Gets a list of data columns contained in the tabular object. (Inherited from IVsDataTabularObject) |
Identifier |
Gets the list of identifier parts that uniquely identify the current generic mapped type. (Inherited from IVsDataMappedObject) |
IsDeleted |
Gets a value indicating whether the current generic mapped type is deleted. (Inherited from IVsDataMappedObject) |
IsSystemObject |
Gets a value indicating whether the tabular object is a system object. (Inherited from IVsDataTabularObject) |
Name |
Gets the name of the generic mapped type. (Inherited from IVsDataMappedObject) |
Parameters |
Gets the parameters of this executable data object. (Inherited from IVsDataExecutableObject) |
Properties |
Gets name/value pairs containing the property names and values associated with the current generic mapped type. (Inherited from IVsDataMappedObject) |
ReturnValue |
Gets the value that the stored procedure object returns after execution. |
Schema |
Gets the schema of the most double-click tabular object. (Inherited from IVsDataTabularObject) |
Selector |
Gets a selector object that enables the retrieval of data source–specific metadata from the data object support XML file. (Inherited from IVsDataMappedObject) |
Site |
Gets or sets the site. (Inherited from IVsDataSiteableObject<T>) |
Type |
Gets the type name as a string for the current generic mapped type. (Inherited from IVsDataMappedObject) |
UnderlyingObject |
Gets the underlying object that is contained by the current generic mapped type. (Inherited from IVsDataMappedObject) |