IsPasswordExpired プロパティ
SQL Server ログイン アカウントのパスワードの有効期限が切れているかどうかを示す Boolean プロパティ値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsPasswordExpired As Boolean
Get
'使用
Dim instance As Login
Dim value As Boolean
value = instance.IsPasswordExpired
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsPasswordExpired { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsPasswordExpired {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsPasswordExpired : bool
function get IsPasswordExpired () : boolean
プロパティ値
型: System. . :: . .Boolean
SQL Server ログイン アカウントのパスワードの有効期限が切れたかどうかを示す Boolean 値です。
True の場合、ログイン アカウントのパスワードの有効期限は切れています。
False の場合、ログイン アカウントのパスワードの有効期限はまだ切れていません。