Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the table or view this statistic is on.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property OnName As SchemaObjectName
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The table or view this statistic is on.