CreateStatisticsStatement.OnName 属性
Gets or sets the table or view this statistic is on.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property OnName As SchemaObjectName
Get
Set
用法
Dim instance As CreateStatisticsStatement
Dim value As SchemaObjectName
value = instance.OnName
instance.OnName = value
public SchemaObjectName OnName { get; set; }
public:
property SchemaObjectName^ OnName {
SchemaObjectName^ get ();
void set (SchemaObjectName^ value);
}
member OnName : SchemaObjectName with get, set
function get OnName () : SchemaObjectName
function set OnName (value : SchemaObjectName)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The table or view this statistic is on.