Propriedade do RDL MustChange
Gets a value that indicates whether the password must be changed.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property MustChange As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the password must be changed; otherwise, false.
Consulte também