ISqlStatistic.Subject 属性

获取或设置统计信息的主题。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISqlStatistic 接口

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