次の方法で共有


ComputerPrincipal.FindByLockoutTime メソッド

定義

指定された日時範囲内にロックアウト時刻がある PrincipalSearchResult<T> オブジェクトの ComputerPrincipal コレクションを返します。

public:
 static System::DirectoryServices::AccountManagement::PrincipalSearchResult<System::DirectoryServices::AccountManagement::ComputerPrincipal ^> ^ FindByLockoutTime(System::DirectoryServices::AccountManagement::PrincipalContext ^ context, DateTime time, System::DirectoryServices::AccountManagement::MatchType type);
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByLockoutTime (System.DirectoryServices.AccountManagement.PrincipalContext context, DateTime time, System.DirectoryServices.AccountManagement.MatchType type);
static member FindByLockoutTime : System.DirectoryServices.AccountManagement.PrincipalContext * DateTime * System.DirectoryServices.AccountManagement.MatchType -> System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal>
Public Shared Function FindByLockoutTime (context As PrincipalContext, time As DateTime, type As MatchType) As PrincipalSearchResult(Of ComputerPrincipal)

パラメーター

context
PrincipalContext

操作が実行されるサーバーまたはドメインを指定する PrincipalContext

time
DateTime

検索結果をフィルター処理するために DateTime と組み合わせて使用する MatchType 構造体。

type
MatchType

検索で使用する比較の種類を指定する MatchType

戻り値

検索パラメーターと一致する 1 つ以上の PrincipalSearchResult<T> オブジェクトが含まれる ComputerPrincipal。一致するオブジェクトが見つからなかった場合は、空のコレクション。

注釈

時刻は既定で UTC になります。 現地時刻で時刻を指定する場合は、 オブジェクトの プロパティを Kindtime として Local指定します。

適用対象