Sdílet prostřednictvím


IVsDataCommand.DeriveParameters – metoda (String, DataCommandType)

Při provádění třídou odvozuje parametry, které lze zadat pro daný příkaz.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
Function DeriveParameters ( _
    command As String, _
    commandType As DataCommandType _
) As IVsDataParameter()
IVsDataParameter[] DeriveParameters(
    string command,
    DataCommandType commandType
)
array<IVsDataParameter^>^ DeriveParameters(
    String^ command, 
    DataCommandType commandType
)
abstract DeriveParameters : 
        command:string * 
        commandType:DataCommandType -> IVsDataParameter[] 
function DeriveParameters(
    command : String, 
    commandType : DataCommandType
) : IVsDataParameter[]

Parametry

  • command
    Typ: System.String
    Příkaz ze kterého odvozovat parametry, které jsou specifické pro zdroj dat.

Vrácená hodnota

Typ: array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]
Pole IVsDataParameter objektů.Každý objekt představuje parametr, který je odvozen z příkazu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataCommand Rozhraní

DeriveParameters – přetížení

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů