Propriété MustChange
Gets a value that indicates whether the password must be changed.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property MustChange As Boolean
Get
'Utilisation
Dim instance As IPassword
Dim value As Boolean
value = instance.MustChange
bool MustChange { get; }
property bool MustChange {
bool get ();
}
abstract MustChange : bool
function get MustChange () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the password must be changed; otherwise, false.
Voir aussi