Share via


UdtMethodCollection Constructor (Int32)

Initializes a new instance of UdtMethodCollection class that has the specified capacity.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Sub New ( _
    initialCapacity As Integer _
)
'Usage
Dim initialCapacity As Integer 

Dim instance As New UdtMethodCollection(initialCapacity)
public UdtMethodCollection(
    int initialCapacity
)
public:
UdtMethodCollection(
    int initialCapacity
)
new : 
        initialCapacity:int -> UdtMethodCollection
public function UdtMethodCollection(
    initialCapacity : int
)

Parameters

  • initialCapacity
    Type: System.Int32
    The number of elements that the new collection can initially store.

See Also

Reference

UdtMethodCollection Class

UdtMethodCollection Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace