Condividi tramite


IVsDataTabularFunction Interfaccia

Definizione

Rappresenta un oggetto mappato che esegue il codice usando zero o più parametri di input e restituisce i dati in un formato tabulare.

public interface class IVsDataTabularFunction : 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("TabularFunction", AvailableRestrictions="Catalog, Schema, Name", ClassId="D7793992-6260-411a-8C2A-FD82D953611E", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")]
public interface IVsDataTabularFunction : 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("TabularFunction", AvailableRestrictions="Catalog, Schema, Name", ClassId="D7793992-6260-411a-8C2A-FD82D953611E", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataTabularFunction = interface
    interface IVsDataExecutableObject
    interface IVsDataTabularObject
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TabularFunction", AvailableRestrictions="Catalog, Schema, Name", ClassId="D7793992-6260-411a-8C2A-FD82D953611E", Identifier="Catalog, Schema, Name", RequiredOrdering="Catalog, Schema, Name")>]
type IVsDataTabularFunction = interface
    interface IVsDataExecutableObject
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
    interface IVsDataTabularObject
Public Interface IVsDataTabularFunction
Implements IVsDataExecutableObject, IVsDataSiteableObject(Of IVsDataMappedObject), IVsDataTabularObject
Attributi
Implementazioni

Proprietà

Catalog

Ottiene il catalogo dell'oggetto tabulare.

(Ereditato da IVsDataTabularObject)
Columns

Ottiene un elenco di colonne di dati contenute nell'oggetto tabulare.

(Ereditato da IVsDataTabularObject)
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)
IsSystemObject

Ottiene un valore che indica se l'oggetto tabulare è un oggetto di sistema.

(Ereditato da IVsDataTabularObject)
Name

Ottiene il nome del tipo mappato generico.

(Ereditato da IVsDataMappedObject)
Parameters

Ottiene i parametri di questo oggetto dati eseguibile.

(Ereditato da IVsDataExecutableObject)
Properties

Ottiene coppie nome/valore contenenti i nomi delle proprietà e i valori associati al tipo mappato generico corrente.

(Ereditato da IVsDataMappedObject)
Schema

Ottiene lo schema dell'oggetto tabulare con doppio clic.

(Ereditato da IVsDataTabularObject)
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)

Si applica a