Поделиться через


Класс TableViewBase

The TableViewBase class is a base class that is used in the construction of the Table class and View class. It contains functionality that is common to both classes.

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

Синтаксис

'Декларация
Public Class TableViewBase _
    Inherits TableViewTableTypeBase _
    Implements IExtendedProperties, IScriptable
'Применение
Dim instance As TableViewBase
public class TableViewBase : TableViewTableTypeBase, 
    IExtendedProperties, IScriptable
public ref class TableViewBase : public TableViewTableTypeBase, 
    IExtendedProperties, IScriptable
type TableViewBase =  
    class
        inherit TableViewTableTypeBase
        interface IExtendedProperties
        interface IScriptable
    end
public class TableViewBase extends TableViewTableTypeBase implements IExtendedProperties, IScriptable

Замечания

The Table and View classes are derived from the TableViewBase class. The Table object represents a SQL Server table and the View object represents a SQL Server view.

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.