UdtMemberCollectionBase<T> Constructor
Initializes a new instance of UdtMemberCollectionBase<T> class that has the specified initial capacity.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Protected Sub New ( _
initialCapacity As Integer _
)
'Usage
Dim initialCapacity As Integer
Dim instance As New UdtMemberCollectionBase(initialCapacity)
protected UdtMemberCollectionBase(
int initialCapacity
)
protected:
UdtMemberCollectionBase(
int initialCapacity
)
new :
initialCapacity:int -> UdtMemberCollectionBase
protected function UdtMemberCollectionBase(
initialCapacity : int
)
Parameters
- initialCapacity
Type: System.Int32
The number of elements that the new collection can initially store.
See Also
Reference
UdtMemberCollectionBase<T> Class
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace