MetadataProviderBase.CollationLookup 속성

Gets an ICollationLookup object that can be used to look up system collations.

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

구문

‘선언
Public Property CollationLookup As ICollationLookup 
    Get 
    Protected Set
‘사용 방법
Dim instance As MetadataProviderBase 
Dim value As ICollationLookup 

value = instance.CollationLookup

instance.CollationLookup = value
public ICollationLookup CollationLookup { get; protected set; }
public:
virtual property ICollationLookup^ CollationLookup {
    ICollationLookup^ get () sealed;
    protected: void set (ICollationLookup^ value) sealed;
}
abstract CollationLookup : ICollationLookup with get, set 
override CollationLookup : ICollationLookup with get, set
final function get CollationLookup () : ICollationLookup 
protected final function set CollationLookup (value : ICollationLookup)

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ICollationLookup
An ICollationLookup object.

구현

IMetadataProvider.CollationLookup

참고 항목

참조

MetadataProviderBase 클래스

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