UserCollection 생성자 (CollationInfo)

Initializes a new instance of the UserCollection class that uses the specified CollationInfo object and has 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 UserCollection(collationInfo)
public UserCollection(
    CollationInfo collationInfo
)
public:
UserCollection(
    CollationInfo^ collationInfo
)
new : 
        collationInfo:CollationInfo -> UserCollection
public function UserCollection(
    collationInfo : CollationInfo
)

매개 변수

참고 항목

참조

UserCollection 클래스

UserCollection 오버로드

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