xSQL Schema Compare SDK for SQL Server version 12
SqlDatabaseTrigger Constructor


A unique id for the trigger.
The trigger name.
The database that contains the trigger.
Initializes a new instance of the SqlDatabaseTrigger class.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal name As System.String, _
   ByVal database As SqlDatabase _
)
public SqlDatabaseTrigger( 
   System.int id,
   System.string name,
   SqlDatabase database
)
public: SqlDatabaseTrigger( 
   System.int id,
   System.string* name,
   SqlDatabase* database
)

Parameters

id
A unique id for the trigger.
name
The trigger name.
database
The database that contains the trigger.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlDatabaseTrigger Class
SqlDatabaseTrigger Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback