Configuration.get_TargetCodePage 메서드

Obsolete method. Do not use.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Function get_TargetCodePage ( _
    <OutAttribute> ByRef targetCodePage As UInteger _
) As Integer
‘사용 방법
Dim instance As Configuration 
Dim targetCodePage As UInteger 
Dim returnValue As Integer 

returnValue = instance.get_TargetCodePage(targetCodePage)
public int get_TargetCodePage(
    out uint targetCodePage
)
public:
virtual int get_TargetCodePage(
    [OutAttribute] unsigned int% targetCodePage
) sealed
abstract get_TargetCodePage : 
        targetCodePage:uint32 byref -> int  
override get_TargetCodePage : 
        targetCodePage:uint32 byref -> int
public final function get_TargetCodePage(
    targetCodePage : uint
) : int

매개 변수

  • targetCodePage
    유형: System.UInt32%
    Pointer to an integer value.

반환 값

유형: System.Int32
An integer value.

구현

IVsDebuggableProjectCfgget_TargetCodePage(UInt32)
IVsProjectCfgget_TargetCodePage(UInt32)

참고 항목

참조

Configuration 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스