DictionaryCollectionBase<T, U> 생성자

Initializes a new instance of the DictionaryCollectionBase class.

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

구문

‘선언
Protected Sub New ( _
    container As U _
)
‘사용 방법
Dim container As U

Dim instance As New DictionaryCollectionBase(container)
protected DictionaryCollectionBase(
    U container
)
protected:
DictionaryCollectionBase(
    U container
)
new : 
        container:'U -> DictionaryCollectionBase
protected function DictionaryCollectionBase(
    container : U
)

매개 변수

  • container
    유형: U
    The IDictionary object that is used internally by the collection to store and retrieve items.

참고 항목

참조

DictionaryCollectionBase<T, U> 클래스

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