Configuration.get_IsDebugOnly Method

Obsolete. Returns an integer value of zero.

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

Syntax

'Declaration
Public Function get_IsDebugOnly ( _
    <OutAttribute> ByRef debugOnly As Integer _
) As Integer
'Usage
Dim instance As Configuration 
Dim debugOnly As Integer 
Dim returnValue As Integer 

returnValue = instance.get_IsDebugOnly(debugOnly)
public int get_IsDebugOnly(
    out int debugOnly
)
public:
virtual int get_IsDebugOnly(
    [OutAttribute] int% debugOnly
) sealed
abstract get_IsDebugOnly : 
        debugOnly:int byref -> int  
override get_IsDebugOnly : 
        debugOnly:int byref -> int
public final function get_IsDebugOnly(
    debugOnly : int
) : int

Parameters

  • debugOnly
    Type: System.Int32%
    Pointer to an integer value.

Return Value

Type: System.Int32
An integer value, which is always 0.

Implements

IVsDebuggableProjectCfgget_IsDebugOnly(Int32)
IVsProjectCfgget_IsDebugOnly(Int32)
IVsCfgget_IsDebugOnly(Int32)

See Also

Reference

Configuration Class

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