IVsDataTabularFunction, interface
Représente un objet mappé qui exécute le code à zéro paramètres d'entrée ou plus) et retourne les données sous une forme tabulaire.
Espace de noms : Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
<DataMappedObjectTypeAttribute("TabularFunction", Identifier := "Catalog, Schema, Name", _
AvailableRestrictions := "Catalog, Schema, Name", RequiredOrdering := "Catalog, Schema, Name", _
ClassId := "D7793992-6260-411a-8C2A-FD82D953611E")> _
Public Interface IVsDataTabularFunction _
Inherits IVsDataExecutableObject, IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject(Of IVsDataMappedObject)
[DataMappedObjectTypeAttribute("TabularFunction", Identifier = "Catalog, Schema, Name",
AvailableRestrictions = "Catalog, Schema, Name", RequiredOrdering = "Catalog, Schema, Name",
ClassId = "D7793992-6260-411a-8C2A-FD82D953611E")]
public interface IVsDataTabularFunction : IVsDataExecutableObject,
IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>
[DataMappedObjectTypeAttribute(L"TabularFunction", Identifier = L"Catalog, Schema, Name",
AvailableRestrictions = L"Catalog, Schema, Name", RequiredOrdering = L"Catalog, Schema, Name",
ClassId = L"D7793992-6260-411a-8C2A-FD82D953611E")]
public interface class IVsDataTabularFunction : IVsDataExecutableObject,
IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject^>
[<DataMappedObjectTypeAttribute("TabularFunction", Identifier = "Catalog, Schema, Name",
AvailableRestrictions = "Catalog, Schema, Name", RequiredOrdering = "Catalog, Schema, Name",
ClassId = "D7793992-6260-411a-8C2A-FD82D953611E")>]
type IVsDataTabularFunction =
interface
interface IVsDataExecutableObject
interface IVsDataTabularObject
interface IVsDataMappedObject
interface IVsDataSiteableObject<IVsDataMappedObject>
end
public interface IVsDataTabularFunction extends IVsDataExecutableObject, IVsDataTabularObject, IVsDataMappedObject, IVsDataSiteableObject<IVsDataMappedObject>
Le type IVsDataTabularFunction expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Catalog | Obtient le catalogue associé à cet objet de données exécutable. (Hérité de IVsDataExecutableObject.) | |
Columns | Obtient une liste des colonnes de données contenues dans l'objet tabulaire. (Hérité de IVsDataTabularObject.) | |
Identifier | Obtient la liste des parties d'identificateur qui identifient le type mappé par générique actuel. (Hérité de IVsDataMappedObject.) | |
IsDeleted | Obtient une valeur indiquant si le type mappé par générique en cours est supprimé. (Hérité de IVsDataMappedObject.) | |
IsSystemObject | Obtient une valeur indiquant si cet objet de données exécutable est un objet du système. (Hérité de IVsDataExecutableObject.) | |
Name | Obtient le nom du type mappé par générique. (Hérité de IVsDataMappedObject.) | |
Parameters | Obtient les paramètres de cet objet de données exécutable. (Hérité de IVsDataExecutableObject.) | |
Properties | Obtient les paires nom/valeur contenant les noms de propriété et les valeurs associés au type mappé par générique actuel. (Hérité de IVsDataMappedObject.) | |
Schema | Obtient le schéma de cet objet de données exécutable. (Hérité de IVsDataExecutableObject.) | |
Selector | Obtient un objet de sélection qui permet la recherche des métadonnées spécifiques à la source de données à partir de le fichier XML de prise en charge d'objet de données. (Hérité de IVsDataMappedObject.) | |
Site | Obtient ou définit le site. (Hérité de IVsDataSiteableObject<T>.) | |
Type | Obtient le nom de type sous forme de chaîne du type mappé par générique actuel. (Hérité de IVsDataMappedObject.) | |
UnderlyingObject | Obtient l'objet sous-jacent qui est contenu par le type mappé par générique actuel. (Hérité de IVsDataMappedObject.) |
Début
Voir aussi
Référence
Microsoft.VisualStudio.Data.Services.RelationalObjectModel, espace de noms