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 命名空间