BuiltInFunctionCollection 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
BuiltInFunctionCollection() | |
BuiltInFunctionCollection(Int32) |
BuiltInFunctionCollection()
public BuiltInFunctionCollection ();
Public Sub New ()
Applies to
BuiltInFunctionCollection(Int32)
public BuiltInFunctionCollection (int initialCapacity);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.BuiltInFunctionCollection : int -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.BuiltInFunctionCollection
Public Sub New (initialCapacity As Integer)
Parameters
- initialCapacity
- Int32