DmlTriggerCollection Конструкторы

Определение

Перегрузки

DmlTriggerCollection(CollationInfo)

public DmlTriggerCollection(Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DmlTriggerCollection : Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DmlTriggerCollection
Public Sub New (collationInfo As CollationInfo)

Параметры

collationInfo
CollationInfo

Применяется к

DmlTriggerCollection(Int32, CollationInfo)

public DmlTriggerCollection(int initialCapacity, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DmlTriggerCollection : int * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DmlTriggerCollection
Public Sub New (initialCapacity As Integer, collationInfo As CollationInfo)

Параметры

initialCapacity
Int32
collationInfo
CollationInfo

Применяется к