Condividi tramite


IsOS Method

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

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

Sintassi

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: