Share via


DacExtensions.GetCollationString 메서드 (DacPackage)

Gets the collation associated with the specified package.

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

구문

‘선언
<ExtensionAttribute> _
Public Shared Function GetCollationString ( _
    package As DacPackage _
) As String
‘사용 방법
Dim package As DacPackage 
Dim returnValue As String 

returnValue = package.GetCollationString()
public static string GetCollationString(
    this DacPackage package
)
[ExtensionAttribute]
public:
static String^ GetCollationString(
    DacPackage^ package
)
static member GetCollationString : 
        package:DacPackage -> string
public static function GetCollationString(
    package : DacPackage
) : String

매개 변수

반환 값

유형: System.String
The collation associated with the specified package.

사용법 정보

Visual Basic 및 C#에서는 이 메서드를 DacPackage 유형의 모든 개체에 대한 인스턴스 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출하는 경우 첫 번째 매개 변수를 생략합니다. 자세한 내용은 b8020aae-374d-46a9-bcb7-8cc2390b93b6 또는 175ce3ff-9bbf-4e64-8421-faeb81a0bb51을(를) 참조하십시오.

참고 항목

참조

DacExtensions 클래스

GetCollationString 오버로드

Microsoft.SqlServer.Dac.Extensions 네임스페이스