ArcObjects Library Reference (GeoDatabase)  

ISQLPrivilege.SQLPrivileges Property

The database privileges.

[Visual Basic .NET]
Public ReadOnly Property SQLPrivileges As Integer
[C#]
public int SQLPrivileges {get;}
[C++]
HRESULT get_SQLPrivileges(
  long* privileges
);
[C++]

Parameters

privileges [out, retval]   privileges is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISQLPrivilege Interface