ServerDdlTriggerCollection Constructors

Definition

Overloads

ServerDdlTriggerCollection(CollationInfo)
ServerDdlTriggerCollection(Int32, CollationInfo)

ServerDdlTriggerCollection(CollationInfo)

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

Parameters

collationInfo
CollationInfo

Applies to

ServerDdlTriggerCollection(Int32, CollationInfo)

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

Parameters

initialCapacity
Int32
collationInfo
CollationInfo

Applies to