Configuration.get_IsReleaseOnly 메서드

Obsolete. Do not use.

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

구문

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

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

매개 변수

  • releaseOnly
    유형: System.Int32%
    Pointer to an integer value.

반환 값

유형: System.Int32
An integer value.

구현

IVsDebuggableProjectCfgget_IsReleaseOnly(Int32)
IVsProjectCfgget_IsReleaseOnly(Int32)
IVsCfgget_IsReleaseOnly(Int32)

참고 항목

참조

Configuration 클래스

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