Свойство CreateSpatialIndexStatement.Object

Gets or sets the object (database, schema or table) on which the index is to be created.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Object As SchemaObjectName 
    Get 
    Set
'Применение
Dim instance As CreateSpatialIndexStatement 
Dim value As SchemaObjectName 

value = instance.Object

instance.Object = value
public SchemaObjectName Object { get; set; }
public:
property SchemaObjectName^ Object {
    SchemaObjectName^ get ();
    void set (SchemaObjectName^ value);
}
member Object : SchemaObjectName with get, set
function get Object () : SchemaObjectName 
function set Object (value : SchemaObjectName)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SchemaObjectName
The database, schema, or table object.

См. также

Справочник

CreateSpatialIndexStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom