Sdílet prostřednictvím


SqlUserInteractionServices.GetParameterName – metoda

Získá název zadaný parametr.

Obor názvů:  Microsoft.Data.Schema.Sql
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Protected Overridable Function GetParameterName ( _
    element As ISqlSubroutineParameter, _
    escape As Boolean, _
    fullName As Boolean, _
    includeType As Boolean _
) As String
protected virtual string GetParameterName(
    ISqlSubroutineParameter element,
    bool escape,
    bool fullName,
    bool includeType
)
protected:
virtual String^ GetParameterName(
    ISqlSubroutineParameter^ element, 
    bool escape, 
    bool fullName, 
    bool includeType
)
abstract GetParameterName : 
        element:ISqlSubroutineParameter * 
        escape:bool * 
        fullName:bool * 
        includeType:bool -> string 
override GetParameterName : 
        element:ISqlSubroutineParameter * 
        escape:bool * 
        fullName:bool * 
        includeType:bool -> string 
protected function GetParameterName(
    element : ISqlSubroutineParameter, 
    escape : boolean, 
    fullName : boolean, 
    includeType : boolean
) : String

Parametry

  • escape
    Typ: System.Boolean
    Hodnota, která určuje, zda název by měl být uvozena (standardně pomocí závorek).
  • fullName
    Typ: System.Boolean
    Hodnota, která určuje, zda je vrácen plný název.
  • includeType
    Typ: System.Boolean
    Hodnota, která určuje, zda typ by měla být vrácena jako součást názvu.

Vrácená hodnota

Typ: System.String

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlUserInteractionServices Třída

Microsoft.Data.Schema.Sql – obor názvů