UdtMethodCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UdtMethodCollection() | |
UdtMethodCollection(Int32) |
UdtMethodCollection()
public UdtMethodCollection ();
Public Sub New ()
Applies to
UdtMethodCollection(Int32)
public UdtMethodCollection (int initialCapacity);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.UdtMethodCollection : int -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.UdtMethodCollection
Public Sub New (initialCapacity As Integer)
Parameters
- initialCapacity
- Int32