We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Set-StrictMode
Nota: el comando "Set-StrictMode -off" deshabilita la comprobación establecida por un comando "set-psdebug -strict".
Note: A "Set-StrictMode -off" command disables the verification set by a "set-psdebug -strict" command.
Método 2: el cmdlet Set-StrictMode se utiliza para detectar las referencias a las variables no inicializadas o a propiedades no existentes de un objeto, así como sintaxis de funciones no válida.
Method 2: Use the Set-StrictMode cmdlet to detect references to uninitialized variables, to references to non-existent properties of an object, and to function syntax that is not valid.
Descripción El cmdlet Set-StrictMode configura el modo estricto para el ámbito actual (y todos los ámbitos secundarios) y lo activa y desactiva.
Description The Set-StrictMode cmdlet configures strict mode for the current scope (and all child scopes) and turns it on and off.
Cuando Set-StrictMode está desactivado, se supone que las variables no inicializadas (Version 1) tienen el valor 0 (cero) o $null, dependiendo del tipo.
When Set-StrictMode is off, uninitialized variables (Version 1) are assumed to have a value of 0 (zero) or $null, depending on type.
A diferencia del cmdlet Set-PSDebug, Set-StrictMode afecta solamente al ámbito actual y sus ámbitos secundarios, por lo que puede utilizarse en un script o función sin afectar al ámbito global.
Unlike the Set-PSDebug cmdlet, Set-StrictMode affects only the current scope and its child scopes, so you can use it in a script or function without affecting the global scope.
"Set-Strictmode -versión 1" es equivalente a "Set-PSDebug -strict", con la excepción de que Set-PSDebug es efectivo en todos los ámbitos.
"Set-Strictmode -version 1" is equivalent to "Set-PSDebug -strict", except that Set-PSDebug is effective in all scopes.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.