次の方法で共有


TableViewBase クラス

TableViewBase クラスは、Table クラスおよび View クラスの作成に使用される基本クラスです。両方のクラスに共通の機能が含まれます。

名前空間:  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

説明

Table クラスおよび View クラスは、TableViewBase クラスから派生します。Table オブジェクトは SQL Server テーブルを表し、View オブジェクトは SQL Server ビューを表します。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。