ServerDdlTriggerCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- collationInfo
- CollationInfo
适用于
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)
参数
- initialCapacity
- Int32
- collationInfo
- CollationInfo