ExtensionCriteriaAttribute.AllowMultipleExtensions 属性

获取或设置一个值,该值指示这些扩展条件是否允许对这些条件加载多个扩展。

命名空间:  Microsoft.Data.Schema.Extensibility
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property AllowMultipleExtensions As Boolean
    Get
    Set
public bool AllowMultipleExtensions { get; set; }
public:
property bool AllowMultipleExtensions {
    bool get ();
    void set (bool value);
}
member AllowMultipleExtensions : bool with get, set
function get AllowMultipleExtensions () : boolean
function set AllowMultipleExtensions (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ExtensionCriteriaAttribute 类

Microsoft.Data.Schema.Extensibility 命名空间