Isdiskadmin Property (SQL-DMO)

The Isdiskadmin property reports membership in the fixed server role diskadmin for the SQL-DMO connection.

Applies To

SQLServer Object

Syntax

object.Isdiskadmin

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

When True, the login authenticating client application connection is a member of the diskadmin role.

When False, the login authenticating client application connection is not a member of the role.

For more information about adding members to a database role, see AddMember Method.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIsdiskadmin(LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.