ParseResult.FunctionDefinitions Tulajdonság
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
FunctionDefinition A lekérdezés beágyazott függvénydefinícióit leíró objektumok listája.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Common::EntitySql::FunctionDefinition ^> ^ FunctionDefinitions { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Common::EntitySql::FunctionDefinition ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.EntitySql.FunctionDefinition> FunctionDefinitions { get; }
member this.FunctionDefinitions : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.EntitySql.FunctionDefinition>
Public ReadOnly Property FunctionDefinitions As ReadOnlyCollection(Of FunctionDefinition)