AdoDotNetParameter.GetDirectionCore – metoda
Načte parametr směr.
Obor názvů: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Sestavení: Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Deklarace
Protected Overrides Function GetDirectionCore As DataParameterDirection
protected override DataParameterDirection GetDirectionCore()
protected:
virtual DataParameterDirection GetDirectionCore() override
abstract GetDirectionCore : unit -> DataParameterDirection
override GetDirectionCore : unit -> DataParameterDirection
protected override function GetDirectionCore() : DataParameterDirection
Vrácená hodnota
Typ: Microsoft.VisualStudio.Data.Services.SupportEntities.DataParameterDirection
Parametr směr z těch definované v DataParameterDirection výčtu.
Poznámky
Tato metoda je volána v provádění Direction vlastnost.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.Data.Framework.AdoDotNet – obor názvů