IsOS Method
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The IsOS method returns TRUE when an instance of Microsoft SQL Server referenced is running on a computer using the specified operating system.
Syntax
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.