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

適用対象