TableValuedFunctionCollection Constructors

Definition

Overloads

TableValuedFunctionCollection(CollationInfo)
TableValuedFunctionCollection(Int32, CollationInfo)

TableValuedFunctionCollection(CollationInfo)

public TableValuedFunctionCollection (Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TableValuedFunctionCollection : Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TableValuedFunctionCollection
Public Sub New (collationInfo As CollationInfo)

Parameters

collationInfo
CollationInfo

Applies to

TableValuedFunctionCollection(Int32, CollationInfo)

public TableValuedFunctionCollection (int initialCapacity, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TableValuedFunctionCollection : int * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TableValuedFunctionCollection
Public Sub New (initialCapacity As Integer, collationInfo As CollationInfo)

Parameters

initialCapacity
Int32
collationInfo
CollationInfo

Applies to