Configuration.get_IsSpecifyingOutputSupported 메서드

Obsolete method. Do not use.

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

구문

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

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

매개 변수

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

반환 값

유형: System.Int32
An integer value.

구현

IVsDebuggableProjectCfgget_IsSpecifyingOutputSupported(Int32)
IVsProjectCfgget_IsSpecifyingOutputSupported(Int32)

참고 항목

참조

Configuration 클래스

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