IVsDataParameter Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un oggetto mappato che descrive un parametro dell'oggetto eseguibile.
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)
- Attributi
- Implementazioni
Proprietà
AdoDotNetDataType |
Ottiene il tipo di dati ADO.NET come valore numerico dalla DbMetaDataCollectionNames raccolta di metadati. |
AdoDotNetDbType |
Ottiene un valore dall'enumerazione DbType che specifica il tipo di dati del parametro per un provider di dati ADO.NET. |
Direction |
Ottiene la direzione del parametro. |
FrameworkDataType |
Ottiene il tipo .NET Framework del parametro . |
Identifier |
Ottiene l'elenco di parti dell'identificatore che identificano in modo univoco il tipo mappato generico corrente. (Ereditato da IVsDataMappedObject) |
IsDeleted |
Ottiene un valore che indica se il tipo mappato generico corrente viene eliminato. (Ereditato da IVsDataMappedObject) |
IsNullable |
Ottiene un valore che indica se il parametro è nullable. |
Length |
Ottiene la lunghezza del parametro. |
Name |
Ottiene il nome del tipo mappato generico. (Ereditato da IVsDataMappedObject) |
NativeDataType |
Ottiene il nome del tipo di dati specifico dell'origine dati. |
Ordinal |
Ottiene il numero ordinale del parametro che specifica l'ordine del parametro nell'insieme parameters. |
Precision |
Ottiene il numero massimo di cifre archiviate in questo parametro. |
Properties |
Ottiene coppie nome/valore contenenti i nomi delle proprietà e i valori associati al tipo mappato generico corrente. (Ereditato da IVsDataMappedObject) |
Scale |
Ottiene il numero massimo di cifre a destra del separatore decimale. |
Selector |
Ottiene un oggetto selettore che consente il recupero di metadati specifici dell'origine dati dal file XML di supporto dell'oggetto dati. (Ereditato da IVsDataMappedObject) |
Site |
Ottiene o imposta il sito. (Ereditato da IVsDataSiteableObject<T>) |
Type |
Ottiene il nome del tipo come stringa per il tipo mappato generico corrente. (Ereditato da IVsDataMappedObject) |
UnderlyingObject |
Ottiene l'oggetto sottostante contenuto nel tipo mappato generico corrente. (Ereditato da IVsDataMappedObject) |
UserDataType |
Ottiene un tipo di dati definito dall'utente. |