ExtensionCriteriaAttribute.DefaultExtension 属性

获取或设置默认扩展。

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

语法

声明
Public Property DefaultExtension As Type
    Get
    Set
public Type DefaultExtension { get; set; }
public:
property Type^ DefaultExtension {
    Type^ get ();
    void set (Type^ value);
}
member DefaultExtension : Type with get, set
function get DefaultExtension () : Type
function set DefaultExtension (value : Type)

属性值

类型:System.Type

备注

如果定义为默认值,并且如果没有为扩展性点加载其他扩展,此扩展将被添加为扩展性点的默认值。

.NET Framework 安全性

请参见

参考

ExtensionCriteriaAttribute 类

Microsoft.Data.Schema.Extensibility 命名空间