OrderedCollection<T> 생성자 (CollationInfo)

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

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Sub New ( _
    collationInfo As CollationInfo _
)
‘사용 방법
Dim collationInfo As CollationInfo 

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

매개 변수

참고 항목

참조

OrderedCollection<T> 클래스

OrderedCollection<T> 오버로드

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스