IVsDataStoredProcedure 介面

定義

表示使用零或多個輸入或輸出參數執行程式代碼的對應物件,也可以以表格式形式傳回數據。

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
屬性
實作

屬性

Catalog

取得表格式物件的目錄。

(繼承來源 IVsDataTabularObject)
Columns

取得表格式物件中包含的數據行清單。

(繼承來源 IVsDataTabularObject)
Identifier

取得可唯一識別目前泛型對應型別的標識碼部分清單。

(繼承來源 IVsDataMappedObject)
IsDeleted

取得值,指出是否刪除目前的泛型對應型別。

(繼承來源 IVsDataMappedObject)
IsSystemObject

取得值,指出表格式物件是否為系統物件。

(繼承來源 IVsDataTabularObject)
Name

取得泛型對應型別的名稱。

(繼承來源 IVsDataMappedObject)
Parameters

取得這個可執行數據對象的參數。

(繼承來源 IVsDataExecutableObject)
Properties

取得名稱/值組,其中包含與目前泛型對應型別相關聯的屬性名稱和值。

(繼承來源 IVsDataMappedObject)
ReturnValue

取得預存程式對象在執行之後傳回的值。

Schema

取得最按兩下表格式物件的架構。

(繼承來源 IVsDataTabularObject)
Selector

取得選取器對象,這個物件可讓您從數據物件支援 XML 檔案擷取數據源特定的元數據。

(繼承來源 IVsDataMappedObject)
Site

取得或設定網站。

(繼承來源 IVsDataSiteableObject<T>)
Type

取得型別名稱做為目前泛型對應型別的字串。

(繼承來源 IVsDataMappedObject)
UnderlyingObject

取得目前泛型對應型別所包含的基礎物件。

(繼承來源 IVsDataMappedObject)

適用於