Propriedade do RDL CreateStatisticsStatement.OnName
Gets or sets the table or view this statistic is on.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property OnName As SchemaObjectName
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The table or view this statistic is on.