共用方式為


SqlUserInteractionServices.GetParameterName 方法

取得指定之參數的名稱。

命名空間:  Microsoft.Data.Schema.Sql
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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

參數

  • escape
    型別:System.Boolean
    指出是否應該逸出名稱的值 (預設會使用括弧)。
  • fullName
    型別:System.Boolean
    指出是否傳回完整名稱的值。
  • includeType
    型別:System.Boolean
    說明是否應該將型別做為名稱一部分傳回的值。

傳回值

型別:System.String

.NET Framework 安全性

請參閱

參考

SqlUserInteractionServices 類別

Microsoft.Data.Schema.Sql 命名空間