IDmlTrigger.Update 속성

Gets a value that indicates whether the DML trigger activates on an UPDATE statement.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property Update As Boolean 
    Get
‘사용 방법
Dim instance As IDmlTrigger 
Dim value As Boolean 

value = instance.Update
bool Update { get; }
property bool Update {
    bool get ();
}
abstract Update : bool
function get Update () : boolean

속성 값

유형: System.Boolean
true if the DML trigger activates on an UPDATE statement; otherwise, false.

참고 항목

참조

IDmlTrigger 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스