Server.GetStringComparer 메서드

Returns the comparer object corresponding to the collation string passed.

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

구문

‘선언
Public Function GetStringComparer ( _
    collationName As String _
) As IComparer
‘사용 방법
Dim instance As Server 
Dim collationName As String 
Dim returnValue As IComparer 

returnValue = instance.GetStringComparer(collationName)
public IComparer GetStringComparer(
    string collationName
)
public:
IComparer^ GetStringComparer(
    String^ collationName
)
member GetStringComparer : 
        collationName:string -> IComparer
public function GetStringComparer(
    collationName : String
) : IComparer

매개 변수

반환 값

유형: System.Collections.IComparer
The comparer object corresponding to the collation string passed.

주의

T:Microsoft.SqlServer.Management.Smo.AffinityInfo

참고 항목

참조

Server 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스