Compartir a través de


CreateColumnStoreIndexStatement.OnName Propiedad

Gets or sets the table or view name that comes after the ON keyword.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property OnName As SchemaObjectName 
    Get 
    Set
'Uso
Dim instance As CreateColumnStoreIndexStatement 
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 de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The table or view name that comes after the ON keyword.

Vea también

Referencia

CreateColumnStoreIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom