ISqlExtendedProperty.Host 属性

获取或设置扩展属性应用于的对象。

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

语法

声明
Property Host As ISqlExtendedPropertyHost
    Get
    Set
ISqlExtendedPropertyHost Host { get; set; }
property ISqlExtendedPropertyHost^ Host {
    ISqlExtendedPropertyHost^ get ();
    void set (ISqlExtendedPropertyHost^ value);
}
abstract Host : ISqlExtendedPropertyHost with get, set
function get Host () : ISqlExtendedPropertyHost
function set Host (value : ISqlExtendedPropertyHost)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISqlExtendedPropertyHost

.NET Framework 安全性

请参见

参考

ISqlExtendedProperty 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间