Compartilhar via


IsOS Method

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

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

Sintaxe

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: