IVsDataExecutableObject 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 parameters.
public interface class IVsDataExecutableObject : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::IVsDataMappedObject
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ExecutableObject", AvailableRestrictions="Catalog, Schema, Name", ClassId="77C65D96-63B8-449e-B413-D37680C9F990", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")]
public interface IVsDataExecutableObject : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ExecutableObject", AvailableRestrictions="Catalog, Schema, Name", ClassId="77C65D96-63B8-449e-B413-D37680C9F990", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataExecutableObject = interface
interface IVsDataMappedObject
interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataExecutableObject
Implements IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)
- Derived
- Attributes
- Implements
Properties
Catalog |
Gets the catalog associated with this executable data object. |
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 this executable data object is a system object. |
Name |
Gets the name of the generic mapped type. (Inherited from IVsDataMappedObject) |
Parameters |
Gets the parameters of this executable data object. |
Properties |
Gets name/value pairs containing the property names and values associated with the current generic mapped type. (Inherited from IVsDataMappedObject) |
Schema |
Gets the schema of this executable data object. |
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) |