Share via


Configuration.get_TargetCodePage Method

Obsolete method. Do not use.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public Function get_TargetCodePage ( _
    <OutAttribute> ByRef targetCodePage As UInteger _
) As Integer
'Usage
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

Parameters

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

Return Value

Type: System.Int32
An integer value.

Implements

IVsDebuggableProjectCfgget_TargetCodePage(UInt32)
IVsProjectCfgget_TargetCodePage(UInt32)

See Also

Reference

Configuration Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace