다음을 통해 공유


IsOS Method

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The IsOS method returns TRUE when an instance of Microsoft SQL Server referenced is running on a computer using the specified operating system.

구문

object
.IsOS(
Type
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.
  • Type
    Long integer that specifies an operating system as described in Settings.

Prototype (C/C++)

HRESULT IsOS(SQLDMO_OS_TYPE lType,
LPBOOL pRetVal);

Settings

Constant Value Description

SQLDMO_WINNT

2

Microsoft Windows NT 4.0, Microsoft Windows 2000, Microsoft Windows XP, or Microsoft Windows Server 2003

Returns

TRUE or FALSE as described in Settings.

Applies To:

SQLServer Object