SchemaCollection Constructor (CollationInfo)

Initializes a new instance of the SchemaCollection class that uses the specified CollationInfo object and the default initial capacity.

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

Syntax

'Declaration
Public Sub New ( _
    collationInfo As CollationInfo _
)
'Usage
Dim collationInfo As CollationInfo 

Dim instance As New SchemaCollection(collationInfo)
public SchemaCollection(
    CollationInfo collationInfo
)
public:
SchemaCollection(
    CollationInfo^ collationInfo
)
new : 
        collationInfo:CollationInfo -> SchemaCollection
public function SchemaCollection(
    collationInfo : CollationInfo
)

Parameters

See Also

Reference

SchemaCollection Class

SchemaCollection Overload

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace