共用方式為


ParameterlessCall.ParameterlessCallType 屬性

取得或設定呼叫型別值。

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

語法

'宣告
Public Property ParameterlessCallType As ParameterlessCallType
    Get
    Set
public ParameterlessCallType ParameterlessCallType { get; set; }
public:
property ParameterlessCallType ParameterlessCallType {
    ParameterlessCallType get ();
    void set (ParameterlessCallType value);
}
member ParameterlessCallType : ParameterlessCallType with get, set
function get ParameterlessCallType () : ParameterlessCallType
function set ParameterlessCallType (value : ParameterlessCallType)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.ParameterlessCallType
傳回 ParameterlessCallType 列舉值。

.NET Framework 安全性

請參閱

參考

ParameterlessCall 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間