IsOS Method
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The IsOS method returns TRUE when an instance of Microsoft SQL Server referenced is running on a computer using the specified operating system.
Sintaxis
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.