次の方法で共有


Table.SystemManaged プロパティ

定義

テーブルがシステムによって管理されているかどうかを示すブール値。 システムは、このようなテーブルの作成と削除の所有権を取得します。

public bool SystemManaged { get; set; }
member this.SystemManaged : bool with get, set
Public Property SystemManaged As Boolean

プロパティ値

注釈

このプロパティは、データベースの互換性レベルが 1562 以上の場合にのみサポートされます。

適用対象