IBX.IBServices.TIBSecurityService.UserID
Delphi
property UserID : Integer read FUserID write SetUserID default 0;
C++
__property int UserID = {read=FUserID, write=SetUserId, default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | TIBSecurityService |
説明
ユーザーの ID 番号を設定または取得します。
UserID プロパティを使用すると,ユーザー識別番号(UID)を設定または取得できます。
メモ: この機能を使用するには,InterBase 6 をインストールする必要があります。