ServerDdlTrigger.IsSystemObject プロパティ

サーバー データ定義言語 (DDL) トリガーがシステム オブジェクトであるかどうかを示す Boolean プロパティ値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsSystemObject As Boolean 
    Get
'使用
Dim instance As ServerDdlTrigger 
Dim value As Boolean 

value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsSystemObject {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean

プロパティ値

型: System.Boolean
サーバー DDL トリガーがシステム オブジェクトであるかどうかを示す Boolean 値です。True の場合、サーバー DDL トリガーはシステム オブジェクトです。False (既定値) の場合、サーバー DDL トリガーはユーザー定義です。

使用例

トリガーの作成、変更、および削除

関連項目

参照

ServerDdlTrigger クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

DDL トリガー

CREATE TRIGGER (Transact-SQL)