IVsDataParameter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示描述可執行物件參數的對應物件。
public interface class IVsDataParameter : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::IVsDataMappedObject
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ScalarFunctionParameter", AvailableRestrictions="Catalog, Schema, ScalarFunction, Name", ClassId="BF3222AA-B1FF-4dc1-9123-3BD149572B66", Identifier="Catalog, Schema, ScalarFunction, Name", RequiredOrdering="Catalog, Schema, ScalarFunction, Ordinal")]
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("StoredProcedureParameter", AvailableRestrictions="Catalog, Schema, StoredProcedure, Name", ClassId="BF3222AA-B1FF-4dc1-9123-3BD149572B66", Identifier="Catalog, Schema, StoredProcedure, Name", RequiredOrdering="Catalog, Schema, StoredProcedure, Ordinal")]
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TabularFunctionParameter", AvailableRestrictions="Catalog, Schema, TabularFunction, Name", ClassId="BF3222AA-B1FF-4dc1-9123-3BD149572B66", Identifier="Catalog, Schema, TabularFunction, Name", RequiredOrdering="Catalog, Schema, TabularFunction, Ordinal")]
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ExecutableObjectParameter", AvailableRestrictions="Catalog, Schema, Object, Name", ClassId="BF3222AA-B1FF-4dc1-9123-3BD149572B66", Identifier="Catalog, Schema, Object, Name", RequiredOrdering="Catalog, Schema, Object, Ordinal")]
public interface IVsDataParameter : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ScalarFunctionParameter", AvailableRestrictions="Catalog, Schema, ScalarFunction, Name", ClassId="BF3222AA-B1FF-4dc1-9123-3BD149572B66", Identifier="Catalog, Schema, ScalarFunction, Name", RequiredOrdering="Catalog, Schema, ScalarFunction, Ordinal")>]
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("StoredProcedureParameter", AvailableRestrictions="Catalog, Schema, StoredProcedure, Name", ClassId="BF3222AA-B1FF-4dc1-9123-3BD149572B66", Identifier="Catalog, Schema, StoredProcedure, Name", RequiredOrdering="Catalog, Schema, StoredProcedure, Ordinal")>]
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TabularFunctionParameter", AvailableRestrictions="Catalog, Schema, TabularFunction, Name", ClassId="BF3222AA-B1FF-4dc1-9123-3BD149572B66", Identifier="Catalog, Schema, TabularFunction, Name", RequiredOrdering="Catalog, Schema, TabularFunction, Ordinal")>]
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("ExecutableObjectParameter", AvailableRestrictions="Catalog, Schema, Object, Name", ClassId="BF3222AA-B1FF-4dc1-9123-3BD149572B66", Identifier="Catalog, Schema, Object, Name", RequiredOrdering="Catalog, Schema, Object, Ordinal")>]
type IVsDataParameter = interface
interface IVsDataMappedObject
interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataParameter
Implements IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)
- 屬性
- 實作
屬性
AdoDotNetDataType |
從元數據集合取得 ADO.NET 數據類型做為數值DbMetaDataCollectionNames。 |
AdoDotNetDbType |
從列舉中DbType取得值,指定 ADO.NET 數據提供者之 參數的數據類型。 |
Direction |
取得 參數的方向。 |
FrameworkDataType |
取得參數的 .NET Framework 類型。 |
Identifier |
取得可唯一識別目前泛型對應型別的標識碼部分清單。 (繼承來源 IVsDataMappedObject) |
IsDeleted |
取得值,指出是否刪除目前的泛型對應型別。 (繼承來源 IVsDataMappedObject) |
IsNullable |
取得值,指出參數是否可為 Null。 |
Length |
取得 參數的長度。 |
Name |
取得泛型對應型別的名稱。 (繼承來源 IVsDataMappedObject) |
NativeDataType |
取得數據來源特定的數據類型名稱。 |
Ordinal |
取得參數集合中指定參數順序的參數序號。 |
Precision |
取得儲存在此參數中的位數上限。 |
Properties |
取得名稱/值組,其中包含與目前泛型對應型別相關聯的屬性名稱和值。 (繼承來源 IVsDataMappedObject) |
Scale |
取得小數點右邊的最大位數。 |
Selector |
取得選取器對象,這個物件可讓您從數據物件支援 XML 檔案擷取數據源特定的元數據。 (繼承來源 IVsDataMappedObject) |
Site |
取得或設定網站。 (繼承來源 IVsDataSiteableObject<T>) |
Type |
取得型別名稱做為目前泛型對應型別的字串。 (繼承來源 IVsDataMappedObject) |
UnderlyingObject |
取得目前泛型對應型別所包含的基礎物件。 (繼承來源 IVsDataMappedObject) |
UserDataType |
取得使用者定義的數據類型。 |