xSQL Schema Compare SDK for SQL Server version 12
SqlClrDatabaseTriggerPairs Property


Gets the collection of the pairs of database CLR triggers.
Syntax
'Declaration
 
<CollectionDescriptorAttribute(EntityType=SqlEntityTypeEnum.StoredProcedure Or  _
    SqlEntityTypeEnum.FullTextCatalog Or  _
    SqlEntityTypeEnum.DatabaseTrigger, 
   HasIndexerBySchemaAndName=False)>
Public ReadOnly Property SqlClrDatabaseTriggerPairs As SqlClrDatabaseTriggerPairCollection
[CollectionDescriptorAttribute(EntityType=SqlEntityTypeEnum.StoredProcedure | 
    SqlEntityTypeEnum.FullTextCatalog | 
    SqlEntityTypeEnum.DatabaseTrigger, 
   HasIndexerBySchemaAndName=false)]
public SqlClrDatabaseTriggerPairCollection SqlClrDatabaseTriggerPairs {get;}
[CollectionDescriptorAttribute(EntityType=SqlEntityTypeEnum.StoredProcedure | 
    SqlEntityTypeEnum.FullTextCatalog | 
    SqlEntityTypeEnum.DatabaseTrigger, 
   HasIndexerBySchemaAndName=false)]
public: __property SqlClrDatabaseTriggerPairCollection* get_SqlClrDatabaseTriggerPairs();
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

SqlSchemaCompare Class
SqlSchemaCompare Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback