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

A constant that specifies the operating system.

Returns

TRUE or FALSE as described in Settings.

Applies To: