HasInsertTrigger プロパティ

ビューに INSERT トリガがあるかどうかを示す Boolean プロパティ値を取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property HasInsertTrigger As Boolean
    Get
'使用
Dim instance As View
Dim value As Boolean

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

プロパティ値

型: System. . :: . .Boolean
ビューで INSERT トリガが定義されているかどうかを示す Boolean 値です。
True の場合は、ビューで INSERT トリガが定義されています。
False (既定値) の場合は、ビューで INSERT トリガが定義されていません。

説明

INSERT トリガは、新しいデータ行が挿入されると実行されます。