UdtMethodCollection Constructors

Definition

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

Applies to